-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 978 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
40
41
42
{
"name": "arke",
"version": "1.0.0",
"description": "A WebGL game.",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jose31canizar/Arke.git"
},
"keywords": [
"arke",
"ino",
"io",
"europa",
"webgl"
],
"author": "Jose Canizares",
"license": "ISC",
"bugs": {
"url": "https://github.com/jose31canizar/Arke/issues"
},
"homepage": "https://github.com/jose31canizar/Arke#readme",
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.26.1",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.12"
}
}