forked from zooniverse/Galaxy-Zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"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",
"seed-locale": "seed-translation --project galaxy_zoo --env production --deploy-path locales"
},
"dependencies": {
"hem": "git://github.com/edpaget/hem.git#83617d1a4e",
"node-pubsub" : "*",
"nib": "0.9.1",
"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://github.com/zooniverse/Ubret.git#galaxy_zoo",
"zooniverse": "git://github.com/zooniverse/Zooniverse.git#galaxy_zoo",
"coffee-script": "1.6.2",
"translator-seed": "0.1.1"
},
"devDependencies": {
"jasmine-phantom-node": "git://github.com/edpaget/jasmine-phantom-node.git"
}
}