forked from SynBioHub/synbiohub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 994 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 994 Bytes
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
{
"name": "synbiohub",
"version": "1.1.1",
"private": true,
"dependencies": {
"async": "^0.9.2",
"basic-auth": "^1.0.3",
"body-parser": "^1.15.0",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"escape-string-regexp": "^1.0.3",
"express": "^4.13.4",
"express-less": "0.0.8",
"express-less-middleware": "^1.4.4",
"express-session": "^1.13.0",
"extend": "^3.0.0",
"mongoose": "^4.4.12",
"multer": "^1.1.0",
"node-uuid": "^1.4.7",
"pg-escape": "^0.2.0",
"pug": "^0.1.0",
"request": "^2.60.0",
"sboljs": "^1.1.3",
"sbolmeta": "^0.1.1",
"sbolstack-frontend": "^1.2.0",
"sequence-formatter": "^1.0.0",
"sha1": "^1.1.1",
"underscore": "^1.8.0",
"validator": "^4.1.0",
"xml2js": "^0.4.10",
"xtend": "^4.0.1"
},
"devDependencies": {},
"engines": {
"node": ">=4.2.0",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node synbiohub.js"
},
"main": "synbiohub.js"
}