-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "super-wilson-world",
"version": "0.0.0",
"description": "Mini Mario-like game starring Wilson from Eleven Labs",
"author": "martin lenglet <[email protected]>",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/ulrik59/Super-Wilson-World",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:ulrik59/Super-Wilson-World.git"
},
"bugs": {
"url": "https://github.com/ulrik59/Super-Wilson-World/issues"
},
"engines": {
"node": ">=6",
"npm": ">=3"
},
"scripts": {
"lint": "eslint .",
"start": "webpack",
"start:production": "webpack --config webpack.production.config.js"
},
"dependencies": {
"p2": "^0.7.1",
"phaser-ce": "^2.7.3",
"pixi": "^0.3.1",
"webfontloader": "^1.6.27"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.6",
"browser-sync-webpack-plugin": "^1.1.3",
"cz-conventional-changelog": "1.2.0",
"eslint": "3.14.1",
"eslint-config-airbnb-base": "11.0.1",
"eslint-plugin-import": "^2.2.0",
"expose-loader": "^0.7.1",
"webpack": "^1.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}