-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
{
"name": "truthgame",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuantifiedSelfless/TruthGame.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/QuantifiedSelfless/TruthGame/issues"
},
"homepage": "https://github.com/QuantifiedSelfless/TruthGame#readme",
"devDependencies": {
"gulp": "^3.9.1",
"httpster": "^1.0.3",
"socket.io-client": "^1.4.5"
},
"dependencies": {
"basscss": "^8.0.1",
"browserify": "^13.0.0",
"flex-object": "^2.0.5",
"flux": "^2.1.1",
"fs": "0.0.2",
"jquery": "^2.2.3",
"lodash": "^4.6.1",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-global": "^0.1.8",
"react-router-component": "^0.31.4",
"reactify": "^1.1.1",
"socket.io": "^1.4.5",
"vinyl-source-stream": "^1.1.0"
}
}