d3/package.json

42 строки
791 B
JSON

{
"name": "d3",
"version": "3.0.8",
"description": "A small, free JavaScript library for manipulating documents based on data.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas"
],
"homepage": "http://d3js.org",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"repository": {
"type": "git",
"url": "https://github.com/mbostock/d3.git"
},
"main": "index.js",
"browserify": "index-browserify.js",
"jam": {
"main": "d3.js",
"shim": {
"exports": "d3"
}
},
"dependencies": {
"jsdom": "~0.5.2"
},
"devDependencies": {
"smash": "~0.0.3",
"uglify-js": "2.2.x",
"vows": "0.7.x"
},
"scripts": {
"test": "node_modules/.bin/vows"
}
}