-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
39 lines (39 loc) · 910 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
38
39
{
"name": "shellshare",
"version": "1.1.0",
"private": true,
"engines": {
"node": "14.15.x"
},
"scripts": {
"start": "node app",
"postinstall": "gulp build:production",
"deploy": "git push dokku master:master"
},
"dependencies": {
"body-parser": "^1.20.1",
"browserify": "^17.0.0",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"extend": "3.0.2",
"gulp": "^4.0.2",
"gulp-minify-css": "1.2.1",
"gulp-rename": "1.2.2",
"gulp-uglify": "^3.0.2",
"jade": "1.11.0",
"mongodb": "^3.6.3",
"morgan": "^1.10.0",
"newrelic": "^7.0.2",
"node-cache": "^5.1.2",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"universal-analytics": "^0.5.3",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"gulp-jshint": "^2.1.0",
"gulp-nodemon": "^2.5.0",
"jshint": "^2.13.6",
"pm2": "^4.5.1"
}
}