-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.55 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
62
63
64
65
66
67
68
69
70
71
{
"name": "javascript_pudding",
"version": "0.1.0",
"description": "Express + Backbone + React + Bootstrap",
"scripts": {
"start": "coffee app.coffee"
},
"config": {
"myPort": "5000"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.3"
},
"browser": {
"plugin": "./src/javascript/vendor/jquery-plugin.js",
"bootstrap": "./src/javascript/vendor/bootstrap.js"
},
"browserify": {
"transform": [
"browserify-shim",
"coffee-reactify"
]
},
"browserify-shim": {
"bootstrap": {
"exports": "bootstrap",
"depends": [
"jquery:$"
]
}
},
"devDependencies": {},
"dependencies": {
"browserify-shim": "~3.4.1",
"browserify": "~3.36.0",
"coffeeify": "~0.6.0",
"gulp-changed": "~0.3.0",
"gulp-livereload": "~1.2.0",
"gulp-notify": "~1.2.4",
"gulp-open": "~0.2.8",
"gulp": "~3.6.0",
"vinyl-source-stream": "~0.1.1",
"gulp-less": "^1.2.3",
"reactify": "^0.13.1",
"coffee-react-transform": "^0.1.6",
"coffee-react": "0.0.6",
"coffee-reactify": "^0.1.1",
"connect-livereload": "^0.4.0",
"tiny-lr": "0.0.7",
"watchify": "^0.10.2",
"coffee-script": "^1.7.1",
"express": "3.x",
"backbone": "~1.1.2",
"jquery": "~2.1.0",
"envify": "^1.2.1",
"eyes": "^0.1.8",
"react-bootstrap": "^0.10.2",
"connect": "^2.19.6",
"underscore.string": "^2.3.3",
"lodash": "^2.4.1",
"react": "^0.10.0"
},
"keywords": [
"react",
"browserify",
"coffeescript",
"backbone",
"express"
]
}