forked from nconrad/ModelSEED-REST
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 954 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
{
"name": "ModelSEED-REST",
"version": "0.0.0",
"description": "JSON REST API for ModelSEED ",
"main": "server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jasmine-node tests/",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nconrad/ModelSEED-REST.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nconrad/ModelSEED-REST/issues"
},
"homepage": "https://github.com/nconrad/ModelSEED-REST",
"dependencies": {
"apidoc": "^0.17.7",
"body-parser": "^1.18.3",
"comment-parser": "^0.3.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"nodemailer": "^2.7.2",
"promised-io": "^0.3.5",
"q": "^1.4.1",
"request": "^2.88.0",
"request-promise": "^2.0.1",
"socket.io": "^2.2.0"
},
"devDependencies": {
"jasmine-node": "^2.0.1",
"commander": "^2.9.0",
"gulp": "^4.0.0"
}
}