-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 918 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
32
33
{
"name": "fix_box",
"main": "./main.js",
"version": "1.0.3",
"description": "A toolbox for webgames",
"author": "Orz",
"homepage": "https://github.com/kanrin/fix_box",
"keywords": [
"webgame",
"Fix",
"Tool"
],
"license": "MIT",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"babel-core": "~6.5.2",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-plugin-transform-async-to-module-method": "~6.5.2",
"babel-preset-es2015-node4": "~2.0.3",
"babel-preset-react": "~6.5.0",
"babel-preset-stage-0": "~6.5.0",
"babel-register": "~6.5.2",
"electron-packager": "~5.2.*",
"electron-prebuilt": "~0.37.*",
"jquery": "~2.2.1",
"mysql": "~2.10.*",
"node-jsx": "~0.13.3",
"react": "~15.0.1",
"react-dom": "~15.0.1"
}
}