forked from javierbyte/clashjs
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1010 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
34
35
36
37
38
39
{
"name": "react-hot-boilerplate",
"version": "1.0.0",
"description": "ClashJS, JS AI battle game",
"scripts": {
"build": "rm -rf dist && mkdir dist && NODE_ENV=production webpack --config webpack.config.prod.js",
"dev": "webpack-dev-server --progress --profile --colors --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/javierbyte/clashjs"
},
"keywords": [
"ai",
"game",
"react",
"reactjs",
"space"
],
"author": "javierbyte <[email protected]> (http://github.com/javierbyte)",
"license": "MIT",
"bugs": {
"url": "https://github.com/javierbyte/clashjs/issues"
},
"homepage": "https://github.com/javierbyte/clashjs",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-loader": "^5.1.2",
"react-hot-loader": "^1.2.7",
"standard": "^6.0.3",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"lodash": "^3.10.0",
"react": "^0.13.0",
"seedrandom": "^2.4.2"
}
}