-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "mms-game",
"version": "0.8.5",
"description": "M&Ms Game :: Node Knockout 2015",
"license": "MIT",
"author": {
"name": "Piotr Kowalski",
"email": "[email protected]",
"url": "http://piecioshka.pl"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nko5/dumplings.git"
},
"main": "./app.js",
"dependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"complete-string": "~2.0.2",
"express": "3.x.x",
"json-loader": "^0.5.3",
"node-uuid": "^1.4.3",
"nodemon": "^1.8.1",
"phaser": "~2.4.4",
"socket.io": "^1.3.7",
"script-loader": "^0.7.0",
"underscore": "^1.8.3",
"webpack": "^1.12.3"
},
"scripts": {
"clear": "rm -rf node_modules/ npm-debug.log public/dist/",
"start": "node app.js",
"build": "webpack --progress --profile",
"watch": "webpack --progress -w",
"postinstall": "node scripts/postinstall.js"
}
}