-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 868 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
{
"name": "flawk",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "webpack -w",
"postinstall": "webpack",
"profile": "node --prof server.js",
"start": "node server.js",
"run": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlw241/flawk.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zlw241/flawk.io/issues"
},
"homepage": "https://github.com/zlw241/flawk.io#readme",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"express": "4.15.2",
"node-uuid": "^1.4.8",
"socket.io": "1.7.4",
"webpack": "^2.5.1"
},
"engines": {
"node": "7.x"
}
}