-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 1.77 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
{
"name": "enchiridion",
"version": "0.0.0",
"description": "A roguelike beat-em-up.",
"license": "MIT",
"main": "electron-bootstrap.js",
"repository": {
"type": "git",
"url": "https://github.com/mocsarcade/enchiridion"
},
"contributors": [
"Andrew McPherson <@ehgoodenough>",
"Will Lewis <@willamin>",
"Caige Pirtle <@jcpirtle>",
"Thomas Payne <@tpayne1>",
"Brandon Hutchins <@brandonhutchins>"
],
"dependencies": {
"afloop": "^1.0.2",
"electron": "^1.4.4",
"expect.js": "^0.3.1",
"keyb": "^1.1.0",
"microajax": "^1.0.3",
"ncp": "^2.0.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"shortid": "^2.2.4",
"strip-ansi": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.10.4",
"babel-eslint": "^6.0.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"browser-sync": "^2.13.0",
"chalk": "^1.1.3",
"css-loader": "^0.23.1",
"dateformat": "^1.0.12",
"electron-packager": "^8.0.0",
"eslint": "^2.13.1",
"eslint-loader": "^1.3.0",
"extended-define-webpack-plugin": "^0.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"filesize": "^3.3.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"internal-ip": "^1.2.0",
"json-loader": "^0.5.4",
"ngrok": "^2.2.1",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"progress-bar-webpack-plugin": "^1.8.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.2",
"stats-webpack-plugin": "^0.3.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"yargs": "^4.7.1"
},
"scripts": {
"build": "node build",
"electronify": "node electronify",
"share": "node share"
}
}