-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.19 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.19 KB
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
{
"name": "",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
},
"devDependencies": {
"browser-sync": "^1.5.8",
"browserify": "^6.3.3",
"browserify-shim": "^3.8.0",
"event-stream": "^3.1.7",
"grunt": "~0.4.1",
"grunt-rsync": "^0.4.0",
"gulp": "^3.8.9",
"gulp-assemble": "0.1.7",
"gulp-autoprefixer": "^1.0.1",
"gulp-cssmin": "^0.1.6",
"gulp-filter": "^1.0.2",
"gulp-flatten": "0.0.3",
"gulp-if": "^1.2.4",
"gulp-notify": "^1.8.0",
"gulp-plumber": "^0.6.5",
"gulp-prettify": "^0.3.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"html-entities": "^1.1.1",
"load-grunt-tasks": "^0.3.0",
"q": "^1.0.1",
"require-dir": "^0.1.0",
"shelljs": "~0.3.0",
"vinyl-transform": "0.0.1",
"yargs": "^1.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"browser": {
"jquery": "./app/assets/bower_components/jquery/dist/jquery.js",
"modernizr": "./app/assets/bower_components/modernizr/modernizr.js"
},
"browserify-shim": {
"jquery": "$",
"modernizr": "Modernizr"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}