-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "stfh-backend",
"version": "0.0.1",
"description": "STFH backend",
"main": "dist/index.js",
"scripts": {
"postinstall": "npm install -g typings gulp && typings install && gulp",
"start": "DEBUG=* node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/TakefiveInteractive/stfh-backend.git"
},
"author": "Takefive Interactive",
"license": "ISC",
"bugs": {
"url": "https://github.com/TakefiveInteractive/stfh-backend/issues"
},
"homepage": "https://github.com/TakefiveInteractive/stfh-backend#readme",
"dependencies": {
"babel-runtime": "^6.6.1",
"bluebird": "^3.4.7",
"express": "^4.14.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.1",
"gulp-exec": "^2.1.3",
"gulp-newer": "^1.1.0",
"gulp-typescript": "^3.1.2",
"merge2": "^1.0.3",
"peer": "^0.2.8",
"redis": "^2.6.5",
"request": "^2.72.0",
"socket.io": "^1.7.3",
"typescript": "^2.2.1",
"uuid": "^3.0.1",
"winston": "^2.3.1"
},
"devDependencies": {}
}