mirror of
https://github.com/TBEDP/datavjs.git
synced 2025-12-08 19:45:52 +00:00
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "datavjs",
|
|
"version": "0.1.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TBEDP/datavjs.git"
|
|
},
|
|
"keywords": [
|
|
"DataV"
|
|
],
|
|
"author": "DataV",
|
|
"license": "MIT",
|
|
"description": "DataV.js is a JavaScript library for data visualization",
|
|
"devDependencies": {
|
|
"uglify-js": "*",
|
|
"anywhere": "*"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run build & anywhere 8888",
|
|
"build": "node bin/build.js"
|
|
},
|
|
"tracker": "UA-17170593-4"
|
|
}
|