-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
37 lines (37 loc) · 963 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
{
"name": "troubleMaker",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"sq": "./node_modules/.bin/sequelize",
"start": "node index.js"
},
"dependencies": {
"@coding-blocks/express-jsonapi-controller": "^1.4.0",
"@coding-blocks/whisperer": "^0.0.6",
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-winston": "2.4.0",
"i": "^0.3.6",
"jsonapi-serializer": "^3.5.6",
"morgan": "^1.9.0",
"newrelic": "^4.6.0",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-oneauth": "^1.2.5",
"pg": "^7.4.3",
"ramda": "^0.25.0",
"raven": "^2.6.3",
"sequelize": "^4.1.0",
"sequelize-cli": "^4.0.0",
"text-encoding": "^0.7.0",
"uuid": "^3.3.2",
"winston": "^2.4.0",
"winston-graylog2": "^1.0.0"
}
}