-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 839 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
42
{
"name": "d3",
"version": "2.10.3",
"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": "index.js",
"browserify": "index-browserify.js",
"jam": {
"main": "d3.v2.js",
"shim": {
"exports": "d3"
}
},
"dependencies": {
"jsdom": "0.2.14",
"sizzle": "1.1.x"
},
"devDependencies": {
"uglify-js": "1.3.3",
"vows": "0.6.x",
"canvas": "0.13.0"
},
"scripts": {
"test": "./node_modules/vows/bin/vows"
}
}