-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 1.87 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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "Game-of-credit",
"version": "0.6.3",
"description": "3D first person shooter in web browser",
"author": "Jan Svager <[email protected]> (http://svager.cz)",
"contributors": [
"Michael Muller"
],
"license": "Apache-2.0",
"homepage": "https://github.com/svagi/Game-of-credit",
"repository": {
"type": "git",
"url": "[email protected]:svagi/Game-of-credit.git"
},
"bugs": {
"url": "https://github.com/svagi/Game-of-credit/issues"
},
"keywords": [
"3D",
"game",
"multiplayer",
"online",
"reactjs",
"threejs",
"webgl",
"websockets"
],
"bin": "./bin/www",
"config": {
"port": "8000"
},
"scripts": {
"lint": " ./node_modules/eslint/bin/eslint.js ./src",
"start": "node server.js",
"test": "./node_modules/eslint/bin/eslint.js ./src"
},
"jest": {
"rootDir": "./src",
"scriptPreprocessor": "../node_modules/babel-jest",
"testFileExtensions": [
"test.js"
],
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"unmockedModulePathPatterns": [
"react",
"react/addons"
]
},
"dependencies": {
"babel": "^5.4.7",
"babel-runtime": "^5.4.7",
"compression": "^1.4.4",
"express": "^4.12.3",
"flux": "^2.0.3",
"immutable": "^3.7.2",
"react": "^0.13.3",
"react-document-title": "^1.0.2",
"react-pure-render": "^1.0.1",
"react-router": "^0.13.3",
"underscore": "^1.8.3",
"ws": "^0.7.2",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.9",
"babel-loader": "^5.1.3",
"css-loader": "^0.14.4",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.4.0",
"extract-text-webpack-plugin": "^0.8.1",
"json-loader": "^0.5.1",
"node-libs-browser": "^0.5.0",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.2",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
}
}