-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
43
44
45
46
47
{
"name": "annotation",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "NODE_ENV='dev' pm2 start app.js",
"stop": "NODE_ENV='dev' pm2 stop app.js",
"test": "NODE_ENV='test' jest"
},
"dependencies": {
"array-subtract": "^2.0.0",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "^4.16.2",
"express-session": "^1.15.6",
"http": "0.0.0",
"http-status-codes": "^1.3.0",
"jade": "~1.11.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.5",
"mongodb": "^3.0.3",
"mongoose": "^5.0.7",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.5.0",
"pm2": "^2.10.1",
"python-shell": "^0.5.0",
"serve-favicon": "~2.4.5"
},
"jest": {
"verbose": true,
"globalSetup": "./test/globalSetup.js"
},
"description": "An annotation api for labeling images",
"author": "uniray7@gmail.com",
"license": "MIT",
"devDependencies": {
"dockerode": "^2.5.4",
"jest": "^22.4.2",
"needle": "^2.2.0"
}
}