-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 887 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
{
"name": "arkona",
"version": "1.0.0",
"description": "retro isometric rpg",
"author": "Gabor Torok <cctorok@yahoo.com>",
"repository": "https://github.com/uzudil/arkona",
"main": "index.js",
"scripts": {
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js",
"test": "standard"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.18.2",
"browser-sync-webpack-plugin": "^1.1.3",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"expose-loader": "^0.7.1",
"standard": "^8.6.0",
"webfontloader": "^1.6.27",
"webpack": "^1.13.3"
},
"dependencies": {
"jquery": "^3.1.1",
"phaser": "^2.6.2",
"stats.js": "^0.17.0"
}
}