forked from d3/d3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "d3",
"version": "3.1.4",
"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.3"
},
"devDependencies": {
"smash": "~0.0.8",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e",
"vows": "0.7.x"
},
"scripts": {
"test": "node_modules/.bin/vows; echo"
}
}