-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.68 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
54
{
"name": "webf-zone",
"version": "1.0.0",
"description": "Source code for webf.zone",
"main": "index.js",
"author": "Harshal Patil",
"license": "MIT",
"devDependencies": {
"autoprefixer-core": "^5.1.8",
"cheerio": "^0.18.0",
"del": "^1.1.1",
"es6-promise": "^2.0.1",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.4.3",
"gulp-filter": "^2.0.0",
"gulp-front-matter": "^1.2.1",
"gulp-if": "^1.2.5",
"gulp-insert": "^0.4.0",
"gulp-markdown": "^1.0.0",
"gulp-minify-css": "^0.4.5",
"gulp-postcss": "^5.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-svg-sprite": "^1.0.20",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"handlebars": "^2.0.0",
"js-yaml": "^3.3.1",
"lazypipe": "^0.2.2",
"merge-stream": "^0.1.7",
"node-static": "^0.7.6",
"run-sequence": "^1.0.2",
"through2": "^0.6.3",
"vinyl": "^0.4.6"
},
"props": {
"resources": { },
"targetBrowsers": [
"last 2 version"
],
"jsBundle": [
"../bower_components/modernizr/modernizr.js",
"../bower_components/jquery/dist/jquery.js",
"../bower_components/fastclick/lib/fastclick.js",
"../bower_components/foundation/js/foundation/foundation.js",
"../bower_components/foundation/js/foundation/foundation.abide.js",
"../bower_components/svg4everybody/svg4everybody.js",
"js/app.js"
]
}
}