-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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": "middleman-gulp",
"version": "2.3.5",
"description": "A Middleman 4 template using Gulp.js",
"author": "Joshua Steele <joshukraine@gmail.com>",
"homepage": "https://jsua.co/mm-gulp",
"license": "MIT",
"keywords": [
"middleman",
"gulp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joshukraine/middleman-gulp.git"
},
"bugs": {
"url": "https://github.com/joshukraine/middleman-gulp/issues"
},
"scripts": {
"development": "NODE_ENV=development gulp default",
"production": "NODE_ENV=production gulp production"
},
"devDependencies": {
"bourbon": "^5.0.0",
"bourbon-neat": "^2.1.0",
"browser-sync": "^2.23.6",
"browserify": "^16.2.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.3",
"gulp-environments": "^0.1.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-noop": "^1.0.0",
"gulp-sass": "^4.0.1",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"jquery": "^3.3.1",
"moment": "^2.22.1",
"webfontloader": "^1.6.27"
},
"engines": {
"node": ">= 8.11.1"
}
}