forked from TheCacophonyProject/cacophony-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.21 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "cacophony-api",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/TheCacophonyProject/cacophony-api.git"
},
"version": "0.0.1",
"dependencies": {
"apidoc": "^0.17.6",
"aws-sdk": "^2.265.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"commander": "^2.15.1",
"express": "^4.16.3",
"express-validator": "^4.3.0",
"express-winston": "^2.5.0",
"fs": "0.0.2",
"install": "^0.12.1",
"json-pointer": "^0.5.0",
"jsonwebtoken": "^8.3.0",
"mime": "^2.3",
"moment": "^2.19.3",
"moment-timezone": "^0.5.14",
"multiparty": "^4.1.3",
"node-cmd": "^1.1.1",
"node-gyp": "^3.6.2",
"node-pre-gyp": "^0.10.2",
"npm": "^6.1.0",
"passport": "^0.3.2",
"passport-anonymous": "^1.0.1",
"passport-jwt": "^4.0.0",
"path": "^0.12.7",
"pg": "^7.x",
"pg-hstore": "^2.3.2",
"pg-native": "^2.x",
"pg-types": "^1.x",
"sequelize": "^4.38.1",
"sequelize-cli": "^4.1.1",
"uuid": "^3.2.1",
"winston": "^1.0.1"
},
"devDependencies": {
"eslint": "^5.0.1"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"apidoc": "apidoc -i api/V1/ -o apidoc/"
}
}