-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 974 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
{
"name": "aquaria",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "make test",
"setupTemplates" : "mkdir jar;mkdir public/cache;cp site.json.template site.json",
"updateJars": "curl -o jar/aquariaJars.tar.gz http://odonoghuelab.org/Downloads/Aquaria/aquariaJars.tar.gz;tar -zxvf jar/aquariaJars.tar.gz;rm jar/aquariaJars.tar.gz"
},
"dependencies": {
"express": "~3.10.0",
"dnode": "*",
"shoe" : "*",
"mysql" : "~2.1.1",
"ejs" : "~0.8.4",
"forever" : "~0.10.8",
"express" : "~3.10.0",
"mocha" : "~1.12.0",
"should" : "~1.2.2",
"mocha-html-reporter" : "~0.0.1",
"winston" : "~0.7.2",
"emailjs" : "~0.3.4",
"lru-cache" : "~2.5.0",
"es6-promise" : "~0.1.1",
"static-expiry" : "~0.0.10",
"commander" : "~2.2.0",
"domready" : "~1.0.4",
"jade": "*",
"molecular-control-toolkit-js" : "*",
"seedrandom" : "*",
"numeric" : "~1.2.6"
}
}