-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"name": "ggplot2-js",
"version": "0.0.1",
"description": "JS implementation of ggplot2 with extensions for interactivity",
"keywords": ["ggplot2", "infovis"],
"homepage": "https://github.com/sirrice/gg",
"author": "Eugene Wu <[email protected]> (http://www.sirrice.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:sirrice/gg.git"
},
"engines": {
"chrome": ">= 24"
},
"devDependencies": {
"coffee-script": ">=1.6.x",
"coffee-toaster": ">=0.6.13"
},
"dependencies": {
"requirejs": ">= 2.1.3",
"d3": ">= 3.0.1",
"jquery": ">= 1.7.2",
"json2" : ">=0.4.0",
"underscore": ">=1.4.3",
"async": ">= 0.1.22",
"codo": ">= 1.5.4",
"coffee-script": ">= 1.4.0",
"fs-extra": ">= 0.3.2",
"glob": ">= 3.1.14",
"less": ">= 1.3.3",
"remove": ">= 0.1.5",
"uglify-js": ">= 2.2.3",
"vows": ">= 0.7.0",
"browserify": "=2.9.0",
"socket.io-client": ">=0.9.16",
"socket.io": ">=0.9.16",
"pg": ">=2.0.0",
"science": "git+ssh://[email protected]:jasondavies/science.js.git#v1.9.1",
"express": ">=3.x",
"jsdom": ">=0.7.0"
},
"directories": {
"doc": "doc",
"src": "src",
"test": "test"
},
"scripts": {
"prepublish": "cake build",
"test": "cake test"
}
}