-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.41 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
{
"name": "gulp-workflow-in-es6",
"version": "2.0.0",
"description": "Peace of mind with Gulp on the next level",
"main": "gulpfile.babel.js",
"scripts": {
"dev": "gulp",
"build": "gulp --build --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mellewynia/gulp-workflow-in-es6.git"
},
"keywords": [
"gulp",
"workflow",
"es6"
],
"engines": {
"node": "~6.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.0",
"gulp-debug": "^3.1.0",
"gulp-favicons": "^2.2.7",
"gulp-filter": "^5.0.0",
"gulp-iconfont": "^8.0.1",
"gulp-iconfont-css": "^2.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-pug": "^3.3.0",
"gulp-sourcemaps": "^2.5.1",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"moment": "^2.18.1",
"pug-include-glob": "^0.3.3"
},
"author": "Melle Wynia",
"license": "MIT",
"bugs": {
"url": "https://github.com/mellewynia/gulp-workflow-in-es6/issues"
},
"homepage": "https://github.com/mellewynia/gulp-workflow-in-es6#readme",
"dependencies": {},
"optionalDependencies": {}
}