forked from cole007/mudstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.79 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.79 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"devDependencies": {
"apache-server-configs": "^2.14.0",
"autoprefixer": "^6.3.1",
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^12.0.1",
"cheerio": "^0.19.0",
"critical": "^0.7.0",
"del": "^2.2.0",
"glob": "^6.0.4",
"google-maps": "^3.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.1",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-html-replace": "^1.5.5",
"gulp-html-validator": "0.0.5",
"gulp-html2jade": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^3.0.0",
"gulp-jade": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-svg-symbols": "^1.0.0",
"gulp-svg2png": "^1.0.0",
"gulp-svgmin": "^1.2.1",
"gulp-uglify": "^1.5.1",
"gulp-uncss": "^1.0.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp.spritesmith": "^6.0.1",
"hammerjs": "^2.0.6",
"imagesloaded": "^4.1.0",
"jquery": "^2.1.4",
"lazysizes": "^1.5.0",
"local-links": "^1.4.0",
"lodash.debounce": "^4.0.3",
"lodash.template": "^4.2.2",
"lodash.throttle": "^4.0.1",
"lory.js": "^2.0.1",
"merge-stream": "^1.0.0",
"node-bourbon": "*",
"object-fit-images": "^2.4.1",
"plyr": "^1.6.10",
"postcss-input-range": "^2.0.0",
"postcss-transform-shortcut": "^1.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"svg4everybody": "^2.0.3",
"tweezer.js": "^1.3.2",
"validate.js": "^0.9.0",
"vinyl": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"wallop": "^2.2.4",
"watchify": "^3.6.1",
"webfontloader": "^1.6.20"
},
"engines": {
"node": ">=5.5.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)",
"favicon": "real-favicon generate gulp/faviconDescription.json gulp/faviconData.json _assets/favicons",
"favicon-update": "real-favicon check-for-update --fail-on-update gulp/faviconData.json",
"favicon-markup": "real-favicon inject gulp/faviconData.json deploy/craft/template/wrapper deploy/craft/template/wrapper/*"
},
"name": "local.mudstone.com",
"description": "Our Name is Mud gulp boilerplate",
"version": "1.0.0",
"main": "gulpfile.babel.js",
"dependencies": {},
"author": "ournameismud.com",
"license": "MIT"
}