-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-sample.json
72 lines (72 loc) · 1.77 KB
/
package-sample.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
72
{
"name": "gulp-flow",
"version": "1.0.0",
"description": "Develop ang build your Jekyll website with Gulp.js",
"keywords": [
"jekyll",
"gulp",
"workflow"
],
"author": "Carles Muiños <[email protected]> (http://www.adabits.org/)",
"license": "MIT",
"os": [
"darwin",
"linux"
],
"private": true,
"engines": {
"node": ">=0.12.0"
},
"browser": {
"modernizr": "./bower_components/modernizr/modernizr.js"
},
"browserify-shim": {
"modernizr": "Modernizr"
},
"devDependencies": {
"autoprefixer": "^6.0.2",
"axis": "^0.5.0",
"browser-sync": "^2.9.7",
"browserify": "^11.1.0",
"browserify-shim": "^3.8.11",
"coffeeify": "^1.1.0",
"coffeelint-stylish": "^0.1.2",
"connect-gzip-static": "^1.0.0",
"css-mqpacker": "^4.0.0",
"gulp": "^3.9.0",
"gulp-base64": "^0.1.3",
"gulp-changed": "^1.3.0",
"gulp-coffeelint": "^0.5.0",
"gulp-cssnano": "^2.0.0",
"gulp-gzip": "^1.2.0",
"gulp-htmlmin": "^1.1.4",
"gulp-imagemin": "^2.3.0",
"gulp-postcss": "^6.0.0",
"gulp-rev-all": "^0.8.21",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylint": "^3.0.0",
"gulp-stylus": "^2.0.6",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-webp": "^2.3.0",
"lost": "^6.5.0",
"require-dir": "^0.3.0",
"rucksack-css": "^0.8.2",
"run-sequence": "^1.1.2",
"rupture": "^0.6.1",
"stylint": "^1.2.3",
"stylint-stylish": "^1.2.0",
"typographic": "^2.9.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
},
"scripts": {
"serve": "gulp serve",
"build": "gulp build",
"jekyllize": "gulp jekyllize",
"clean": "gulp clean",
"server": "gulp server",
"server:prod": "gulp server:prod"
}
}