forked from avilano/enroute-rewards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
{
"name": "rewards",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "8.1.3"
},
"dependencies": {
"botkit": "^0.6.21",
"cookie-parser": "^1.4.3",
"emoji-datasource-apple": "^4.1.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"firebase": "^4.8.2",
"firebase-admin": "^6.2.0",
"install": "^0.12.2",
"node-cron": "^2.0.3",
"npm": "^6.5.0",
"passport": "^0.4.0",
"passport-slack": "0.0.7",
"passport-slack-oauth2": "^1.0.2",
"pug": "^2.0.3",
"request": "^2.88.0",
"session-memory-store": "^0.2.2",
"uuid": "^3.3.2",
"winston": "^3.1.0"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^21.0.0",
"grunt-nodemon": "^0.4.2",
"grunt-open": "^0.2.3",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^4.0.0",
"nodemon": "^1.14.11"
},
"scripts": {
"start": "node index.js",
"server:start": "node index.js",
"server:stop": "forever stop index.js",
"server:production": "forever start index.js --rewards",
"server:restart": "forever stop index.js;forever start index.js --rewards",
"dev": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:enroutesystems/enroute-rewards.git"
},
"author": "",
"license": "ISC"
}