-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.21 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
{
"name": "Remio",
"private": true,
"version": "0.0.0",
"description": "Remio company website",
"browser": {
"underscore": "backbone/node_modules/underscore",
"plugin": "./src/javascript/vendor/jquery-plugin.js"
},
"browserify": {
"transform": [
"browserify-shim",
"coffeeify",
"hbsfy"
]
},
"browserify-shim": {
"plugin": {
"exports": "plugin",
"depends": [
"jquery:$"
]
}
},
"devDependencies": {
"browser-sync": "~1.3.6",
"browserify": "^8.0.2",
"browserify-shim": "^3.8.2",
"coffeeify": "~0.7.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^0.4.1",
"gulp-filesize": "0.0.6",
"gulp-imagemin": "^2.1.0",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^1.4.2",
"gulp-sass": "~1.3.1",
"gulp-shell": "^0.2.9",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.0",
"handlebars": "^1.3.0",
"hbsfy": "~2.0.0",
"lodash": "^2.4.1",
"pretty-hrtime": "~0.2.1",
"require-dir": "^0.1.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "^2.2.1"
},
"dependencies": {
"backbone": "~1.1.2",
"jquery": "~2.1.0"
}
}