-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.81 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ggj",
"version": "1.0.0",
"description": "Maze Madness! GGJ 2018",
"main": "index.js",
"scripts": {
"dev": "webpack",
"deploy": "webpack --config webpack.production.config.js",
"cordova": "webpack --config webpack.cordova.config.js",
"test": "eslint './src/**/*.js'"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.21.0",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"cordova": "^8.0.0",
"eslint": "^4.14.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"expose-loader": "^0.7.4",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.10.0"
},
"dependencies": {
"array-to-csv": "^1.0.1",
"cordova-android": "^7.0.0",
"cordova-browser": "^5.0.2",
"cordova-ios": "^4.5.4",
"cordova-plugin-whitelist": "^1.3.3",
"dotenv": "^5.0.1",
"dotenv-webpack": "^1.5.5",
"gameanalytics": "^2.1.2",
"generate-maze": "^0.2.0",
"lodash": "^4.17.5",
"phaser-ce": "^2.9.4",
"random-obj-prop": "^1.0.0",
"ssri": "^5.2.4",
"webfontloader": "^1.6.28"
},
"cordova": {
"platforms": [
"android",
"browser",
"ios"
],
"plugins": {
"cordova-plugin-whitelist": {}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/berithpy/ggj.git"
},
"author": "Team puretillo",
"license": "ISC",
"bugs": {
"url": "https://github.com/berithpy/ggj/issues"
},
"homepage": "https://github.com/berithpy/ggj#readme"
}