d3/package.json

32 строки
643 B
JSON
Исходник Обычный вид История

{
"name": "d3",
2011-12-09 06:06:31 +04:00
"version": "2.7.0",
"description": "A small, free JavaScript library for manipulating documents based on data.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas"
],
"homepage": "http://mbostock.github.com/d3/",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"repository": {
"type": "git",
"url": "http://github.com/mbostock/d3.git"
},
"main": "d3.js",
"devDependencies": {
2011-12-28 15:41:55 +04:00
"uglify-js": "1.2.3",
"jsdom": "0.2.10",
2011-12-28 15:41:55 +04:00
"vows": "0.6.1"
},
"scripts": {
"test": "./node_modules/vows/bin/vows"
}
}