forked from zooniverse/Galaxy-Zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 945 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
{
"name": "galaxy-zoo",
"private": true,
"version": "0.0.1",
"author": "zooniverse",
"repository": {
"type" : "git",
"url": "https://github.com/zooniverse/Galaxy-Zoo.git"
},
"scripts": {
"pretest": "hem server --port 9290 & echo $! > ./hem.pid",
"test": "jasmine-phantom-node --port 9290",
"posttest": "kill `cat hem.pid`; rm hem.pid"
},
"dependencies": {
"hem": "git://github.com/edpaget/hem.git#83617d1a4e",
"node-pubsub" : "*",
"nib": "*",
"es5-shimify": "~0.0.1",
"json2ify": "~0.0.1",
"jqueryify": "~0.0.1",
"underscore": "*",
"spine": "~1.0.7",
"clean-css": "0.6.0",
"uglify-js": "1.3.4",
"ubret" : "git+ssh://git@github.com:zooniverse/Ubret.git#57205ffbdef0",
"zooniverse": "git+ssh://git@github.com:zooniverse/Zooniverse.git#galaxy_zoo"
},
"devDependencies": {
"jasmine-phantom-node": "git://github.com/edpaget/jasmine-phantom-node.git"
}
}