-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.57 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
{
"name": "react-isomorphic-video-game-search",
"description": "An Isomorphic application demo powered by React, reflux, react-router-component, express, superagent and the Giant Bomb API.",
"author": "Chad Paulson",
"version": "0.1.5",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"fibers": "^1.0.2",
"morgan": "~1.3.0",
"node-jsx": "^0.12.2",
"react": "^0.12.1",
"react-async": "^2.0.1",
"react-document-title": "^0.1.3",
"react-router-component": "^0.23.2",
"reflux": "^0.2.0",
"serve-favicon": "~2.1.3",
"superagent": "^0.21.0",
"to-slug-case": "^0.1.2"
},
"devDependencies": {
"browserify": "^7.0.3",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"react-tools": "^0.12.1",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/chadpaulson/react-isomorphic-video-game-search.git"
},
"keywords": [
"react",
"isomorphic",
"flux",
"express",
"react-router-component",
"reflux",
"demo",
"video",
"games",
"superagent"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/chadpaulson/react-isomorphic-video-game-search/issues"
},
"homepage": "https://github.com/chadpaulson/react-isomorphic-video-game-search"
}