-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 990 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
{
"name": "bear-hunter-ninja",
"version": "0.0.0",
"repository": "https://github.com/ryanlewis/bearhunterninja",
"description": "Rock paper scissors game",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryan Lewis <[email protected]>",
"license": "MIT",
"devDependencies": {
"express": "^4.8.5",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-if": "^1.2.4",
"gulp-livereload": "^2.1.1",
"gulp-open": "^0.2.8",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-watch": "^0.6.9",
"reactify": "^0.14.0",
"tiny-lr": "^0.1.0"
},
"dependencies": {
"chalk": "^0.5.1",
"connect-livereload": "^0.4.0",
"es6-promise": "^1.0.0",
"live-reload": "^0.2.0",
"lodash": "^2.4.1",
"morgan": "^1.2.3",
"react": "^0.11.1",
"react-router": "^0.5.2",
"react-router-bootstrap": "^0.4.6",
"shoe": "0.0.15"
}
}