forked from redmanatee/bodger-bowl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "bodger-bowl",
"version": "0.6.0",
"description": "Tracking software for Bodger Bowl. Designed for use with GAE.",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/redmanatee/bodger-bowl"
},
"author": {
"name": "Andrew Perkins",
"email": "[email protected]"
},
"contributors": [
{
"name": "Dan Erikson",
"email": "[email protected]"
},
{
"name": "Ben Darling",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/redmanatee/bodger-bowl/issues"
},
"homepage": "https://github.com/redmanatee/bodger-bowl",
"private": true,
"dependencies": {
"bootstrap": "^3.3.1",
"react-bootstrap": "^0.13.0",
"reflux": "^0.2.1",
"jquery-browserify": "^1.8.1"
},
"devDependencies": {
"react": "^0.12.2",
"react-tools": "^0.12.2",
"del": "^1.1.0",
"gulp": "^3.8.10",
"jshintify": "^0.1.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"vinyl-source-stream": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"reactify": "^0.17.1",
"browserify": "^8.0.2",
"flow-bin": "^0.1.2"
}
}