forked from openl10n/openl10n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.5 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
{
"name": "openl10n",
"repository": "git://github.com:openl10n/openl10n.git",
"author": "Matthieu Moquet <matthieu@moquet.net>",
"license": "MIT",
"browser": {
"bootstrap": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap.js",
"backbone.queryparams": "./client/lib/backbone.queryparams.js"
},
"browserify": {
"transform": [
"browserify-shim",
"coffeeify",
"hbsfy"
]
},
"browserify-shim": {
"bootstrap": {
"exports": null,
"depends": [
"jquery:jQuery"
]
},
"backbone.queryparams": {
"exports": null,
"depends": [
"backbone:Backbone",
"underscore:_"
]
}
},
"dependencies": {
"async": "^0.2.10",
"backbone": "1.1.2",
"backbone.babysitter": "^0.1.4",
"backbone.cycle": "^1.0.8",
"backbone.marionette": "^2.0.1",
"backbone.select": "^1.2.7",
"backbone.wreqr": "^1.3.1",
"bootstrap-sass": "^3.2.0",
"font-awesome": "^4.1.0",
"jquery": "^2.1.1",
"string": "^1.9.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"browserify": "~3.36.0",
"browserify-shim": "^3.6.0",
"coffeeify": "~0.6.0",
"del": "^1.2.0",
"gulp": "^3.8.0",
"gulp-concat": "~2.1.7",
"gulp-minify-css": "~0.3.0",
"gulp-ruby-sass": "~0.3.0",
"gulp-uglify": "~0.2.0",
"gulp-util": "~2.2.14",
"handlebars": "^1.3.0",
"hbsfy": "~1.3.2",
"pretty-hrtime": "^0.2.1",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.2"
}
}