-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
69
{
"name": "TTT",
"description": "",
"version": "1.1.0",
"private": true,
"author": "Stoke Games",
"license": "Proprietary",
"dependencies": {
"fs-extra": "0.26.5",
"node-watch": "0.3.5",
"babel-cli": "6.9.0",
"babel-core": "6.9.0",
"babel-loader": "6.2.4",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.9.0",
"css-loader": "0.23.1",
"express": "4.13.4",
"minimist": "1.2.0",
"path": "0.12.7",
"phaser": "https://github.com/photonstorm/phaser.git",
"postcss-js": "0.1.3",
"raw-loader": "0.5.1",
"react": "15.0.2",
"react-dom": "15.0.2",
"react-look": "1.0.0-beta9",
"react-native": "0.26.0",
"react-native-button": "1.6.0",
"react-native-code-push": "1.8.0-beta",
"react-native-extended-stylesheet": "0.2.0",
"react-native-facebook-login": "*",
"react-native-httpserver": "0.0.7",
"react-native-modalbox": "1.3.3",
"react-native-router-flux": "3.26.1",
"react-native-webview-bridge": "0.16.1",
"react-redux": "4.4.0",
"react-router": "2.4.1",
"redux": "3.3.1",
"request": "2.72.0",
"socket.io": "^1.4.5",
"webpack": "1.13.1",
"webpack-dev-middleware": "1.6.1",
"webpack-hot-middleware": "2.10.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "git+https://github.com/gruntjs/grunt-contrib-connect.git"
},
"engines": {
"node": "5.5.0",
"npm": "3.7.2"
},
"scripts": {
"start": "babel-node ./GameService/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress -p"
},
"homepage": "https://github.com/stokegames/electra#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stokegames/electra.git"
},
"bugs": {
"url": "https://github.com/stokegames/electra/issues"
}
}