-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 KB
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
{
"name": "socket-server",
"version": "0.0.2",
"description": "",
"main": "main.js",
"engine": {
"node": "6.9.4"
},
"scripts": {
"heroku-postbuild": "gulp",
"start": "cd dist/server; node main.js",
"debug": "cd dist/server; node --inspect main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billy-hardy/socket-server.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/billy-hardy/socket-server/issues"
},
"homepage": "https://github.com/billy-hardy/socket-server#readme",
"dependencies": {
"blueimp-md5": "^2.6.0",
"body-parser": "^1.16.1",
"express": "^4.14.1",
"gulp-uglifyjs": "^0.6.2",
"handlebars": "^4.0.6",
"idb": "^2.0.0",
"jsonwebtoken": "^7.3.0",
"moment": "^2.17.1",
"node-fetch": "^1.6.3",
"rx-js": "0.0.0",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha": "^3.2.0",
"supertest": "^2.0.1",
"tape": "^4.6.3"
}
}