-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.81 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": "ntellignet-game-reverse",
"version": "1.0.0",
"description": "PhoneGap Template using React, ES2015, Webpack, and hot module reloading",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/themadrussian/reverse.git"
},
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bootstrap": "^3.3.6",
"classnames": "^2.2.3",
"react": "^15.1.0",
"react-bootstrap": "^0.29.4",
"react-color": "^2.2.0",
"react-dom": "^0.14.7",
"react-tappable": "^0.8.0",
"store-prototype": "^1.1.1",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"babel-preset-react-hmre": "^1.0.1",
"css-loader": "^0.23.1",
"elementtree": "^0.1.6",
"replace": "^0.3.0",
"style-loader": "^0.13.0",
"webpack-merge": "^0.7.3"
},
"scripts": {
"android": "cordova run android",
"ios": "cordova run ios",
"prepare": "node config && webpack && cordova prepare",
"build": "node config && webpack && cordova build",
"start": "node config && HOST=0.0.0.0 webpack-dev-server",
"test": "echo \"No tests (yet!) -- submit a PR?\" && exit 0"
},
"keywords": [
"ecosystem:phonegap",
"ecosystem:cordova",
"cordova:template",
"phonegap:template"
],
"bugs": {
"url": "https://github.com/themadrussian/reverse/issues"
},
"homepage": "https://github.com/themadrussian/reverse",
"author": "Mark Rogov",
"contributors": [
{
"name": "Mark Rogov",
"email": "[email protected]"
},
{
"name": "Eugene Yamnitski",
"email": "[email protected]"
},
{
"name": "Dmitry Rovnyaguin",
"github": "dmitry1975"
}
],
"license": "MIT"
}