-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 966 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
{
"name": "phaser-space-game",
"version": "1.0.0",
"description": "Farting Aliens",
"main": "src/game.js",
"scripts": {
"start": "webpack-dev-server -d --inline --hot --progress --no-info --port 9000",
"build": "rimraf ./dist && webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babruix/phaser-space-game.git"
},
"author": "Alexey Romanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/babruix/phaser-space-game/issues"
},
"homepage": "https://github.com/babruix/phaser-space-game#readme",
"devDependencies": {
"copy-webpack-plugin": "^3.0.1",
"expose-loader": "^0.7.1",
"html-webpack-plugin": "^2.22.0",
"phaser": "^2.6.2",
"rimraf": "^2.5.4",
"awesome-typescript-loader": "^2.1.1",
"typescript": "^2.0.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"dependencies": {
"tslint": "^3.15.1",
"typescript": "^2.0.3"
}
}