-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
65 lines (65 loc) · 1.79 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "tc-notification-server",
"version": "1.0.0",
"description": "TOPCODER NOTIFICATIONS SERIES - NOTIFICATIONS SERVER",
"main": "./index.js",
"scripts": {
"start": "node connect/connectNotificationServer",
"startAPI": "node index-api",
"startConsumer": "node consumer",
"lint": "eslint *.js src config test connect",
"lint:fix": "eslint *.js --fix src config test connect",
"postinstall": "npm run build",
"build": "gulp build",
"watch": "gulp watch",
"reset:db": "node tools/resetDb.js"
},
"author": "TCSCODER",
"license": "none",
"devDependencies": {
"browser-sync": "^2.24.5",
"eslint": "^2.8.0",
"eslint-config-airbnb-base": "^1.0.1",
"eslint-plugin-import": "^1.5.0",
"gulp": "^3.9.1",
"gulp-dest": "^0.2.3",
"gulp-inline-css": "^3.2.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0"
},
"dependencies": {
"base-64": "^0.1.0",
"bluebird": "^3.5.1",
"body-parser": "^1.15.2",
"co": "^4.6.0",
"config": "^1.21.0",
"console.history": "^1.5.0",
"cors": "^2.7.1",
"express": "^4.14.0",
"get-parameter-names": "^0.3.0",
"gulp-inline-source": "^3.2.0",
"gulp-replace": "^1.0.0",
"gulp-smoosher": "0.0.9",
"handlebars": "^4.0.11",
"joi": "^9.0.4",
"jsonwebtoken": "^8.0.1",
"jwks-rsa": "^1.2.1",
"lodash": "^4.17.4",
"millisecond": "^0.1.2",
"no-kafka": "^3.2.10",
"node-cron": "^1.2.1",
"pg": "^8.12.0",
"remarkable": "^1.7.1",
"sequelize": "^4.21.0",
"superagent": "^3.8.0",
"tc-core-library-js": "appirio-tech/tc-core-library-js.git#v2.6.3.1",
"topcoder-healthcheck-dropin": "^1.0.3",
"urijs": "^1.19.1",
"winston": "^2.2.0",
"node-cache": "^5.1.0"
},
"engines": {
"node": "8.x"
}
}