-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "google-app-engine-react-backbone",
"version": "0.0.1",
"description": "A simple webapp with react and google app engine",
"main": "src/main.js",
"directories": {
"test": "tests"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/bovard/google-app-engine-react-backbone"
},
"keywords": [
"google",
"app engine",
"reactjs",
"backbonejs",
"gulp",
"browserify",
"bottle"
],
"private": true,
"bugs": {
"url": "https://github.com/bovard/google-app-engine-react-backbone/issues"
},
"homepage": "https://github.com/bovard/google-app-engine-react-backbone",
"devDependencies": {
"gulp": "~3.5.2",
"gulp-rename": "~1.1.0",
"gulp-concat": "~2.1.7",
"gulp-uglify": "~0.3.1",
"gulp-jshint": "~1.4.2",
"gulp-requirejs": "~0.1.3",
"gulp-react": "~1.0.2",
"envify": "~1.2.1",
"react": "~0.10.0",
"react-bootstrap": "~0.11.0",
"reactify": "0.14.1",
"backbone": "~1.1.2",
"jquery": "~2.1.1",
"browser-request": "~0.3.2",
"marked": "~0.3.2",
"browserify": "~7.0.0",
"vinyl-transform": "~1.0.0"
}
}