-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.63 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
{
"name": "blockchain-battle-1",
"version": "0.0.1",
"author": "Jesse Himmelstein at Play Curious",
"description": "Who is really behind Octor?",
"main": "",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"core-js": "^3.0.1",
"csv-parse": "^4.4.1",
"del": "^4.1.0",
"doto": "github:drpepper/js-doto",
"electron": "6.0.10",
"fontfaceobserver": "^2.0.13",
"git-rev-sync": "^1.12.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-download-stream": "0.0.19",
"gulp-html-replace": "^1.6.2",
"gulp-rename": "^1.2.3",
"gulp-template": "^5.0.0",
"gulp-transform": "^3.0.5",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.5",
"howler": "^2.1.2",
"jsbi": "^3.0.1",
"npm": "^6.9.0",
"pixi-filters": "^3.0.3",
"pixi-multistyle-text": "^0.9.0",
"pixi.js": "^5.0.4",
"pixi.js-legacy": "^5.0.2",
"pump": "^3.0.0",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"underscore": "^1.8.3",
"url-search-params-polyfill": "^5.1.0"
},
"scripts": {
"build": "gulp build",
"dist": "gulp dist",
"watch": "gulp watch"
},
"license": "GPL-3.0",
"build": {
"directories": {
"output": "electron"
},
"files": [
"index.js",
"dist/**"
],
"win": {
"target": [
"portable",
"nsis"
]
}
}
}