-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "hope",
"description": "[H]ackademy [O]pen-Source [P]rojects [E]valuator",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "webpack && node ./bin/www",
"start:watch": "nodemon ./bin/www",
"bundle": "webpack",
"bundle:watch": "webpack --watch",
"production:start": "pm2 start ./bin/www --name hope",
"production:restart": "pm2 restart hope",
"production:stop": "pm2 stop hope",
"production:delete": "pm2 delete hope",
"pull": "git pull && npm run production:restart"
},
"author": "HackaIran",
"repository": {
"type": "git",
"url": "git+https://github.com/HackaIran/hope.git"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"github-hope": "^0.3.32",
"hope-license-adviser": "^0.1.2",
"mongoose": "^4.12.1",
"morgan": "~1.9.0",
"node-sass-middleware": "^0.11.0",
"pretty-error": "^2.1.1",
"pug": "^2.0.1",
"serve-favicon": "~2.4.5"
},
"devDependencies": {
"css-loader": "^0.28.11",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"node-sass": "^4.7.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"nodemon": "^1.17.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
},
"bugs": {
"url": "https://github.com/HackaIran/hope/issues"
},
"homepage": "https://github.com/HackaIran/hope#readme"
}