mirror of
https://github.com/TBEDP/datavjs.git
synced 2025-12-08 19:45:52 +00:00
22 lines
415 B
JSON
22 lines
415 B
JSON
{
|
|
"name": "datavjs",
|
|
"version": "0.0.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",
|
|
"dependencies": {
|
|
"uglify-js": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "node bin/build.js"
|
|
},
|
|
"tracker": "UA-17170593-4"
|
|
}
|