-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 832 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
{
"name": "PhaserES6Webpack",
"version": "1.0.0",
"description": "",
"author": "leandro cabrera <leandcabrera@gmail.com>",
"main": "index.js",
"scripts": {
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js",
"test": "eslint ./src/**/**.js"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.18.6",
"browser-sync-webpack-plugin": "^1.1.3",
"eslint": "^3.13.1",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"expose-loader": "^0.7.1",
"webpack": "^2.2.0"
},
"dependencies": {
"phaser-ce": "^2.7.3",
"webfontloader": "^1.6.27"
}
}