d3/package.json

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

{
"name": "d3",
2013-06-26 04:07:20 +04:00
"version": "3.2.2",
"description": "A small, free JavaScript library for manipulating documents based on data.",
"keywords": [
"dom",
"w3c",
"visualization",
"svg",
"animation",
"canvas"
],
2012-10-06 08:33:03 +04:00
"homepage": "http://d3js.org",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"contributors": [
{
"name": "Jason Davies",
"url": "http://jasondavies.com"
}
],
"repository": {
"type": "git",
2012-10-06 08:33:03 +04:00
"url": "https://github.com/mbostock/d3.git"
},
"main": "index.js",
"browserify": "index-browserify.js",
2012-09-18 01:26:54 +04:00
"jam": {
"main": "d3.js",
2012-09-18 01:26:54 +04:00
"shim": {
"exports": "d3"
}
},
"dependencies": {
2013-03-20 13:12:09 +04:00
"jsdom": "~0.5.3"
},
"devDependencies": {
"smash": "~0.0.8",
"uglify-js": "2.3.6",
2013-03-03 21:11:21 +04:00
"vows": "0.7.x"
},
"scripts": {
2013-04-11 18:20:30 +04:00
"test": "node_modules/.bin/vows"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/mbostock/d3/blob/master/LICENSE"
}
]
}