-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.17 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": "gemstone-mine",
"version": "1.0.0",
"description": "Tile-based game with gems and stuffs...",
"main": "index.js",
"scripts": {
"preinstall": "rm -rf /dist",
"prestart": "webpack",
"start": "nodemon ./server.js",
"dev": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hackbit/nko2017-entropia-games.git"
},
"author": "entropia.games",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.2.0",
"expose-loader": "^0.7.3",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.4.1"
},
"dependencies": {
"express": "^4.16.2",
"nodemon": "^1.12.1",
"phaser-ce": "^2.9.1",
"webfontloader": "^1.6.28"
},
"bugs": {
"url": "https://github.com/Hackbit/nko2017-entropia-games/issues"
},
"homepage": "https://github.com/Hackbit/nko2017-entropia-games#readme"
}