-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "connectholland-gulp-tasks",
"version": "4.1.0",
"description": "A collection of tasks to load by gulp",
"main": "tasks/default.js",
"dependencies": {
"babel-polyfill": "^6.6.1",
"babel-preset-es2015": "^6.5.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.2.0",
"gulp-eslint": "^2.0.0",
"gulp-favicons": "^2.2.6",
"gulp-iconfont": "^6.0.0",
"gulp-if": "^2.0.0",
"gulp-image-data-uri": "^1.2.1",
"gulp-include": "^2.1.0",
"gulp-more-css": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-scss-lint": "^0.3.9",
"gulp-simple-task-loader": "^1.0.38",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.4",
"lodash": "^4.6.1",
"semver": "^5.3.0",
"shelljs": "^0.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnectHolland/gulp-tasks.git"
},
"author": "Arjen Smit",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConnectHolland/gulp-tasks/issues"
},
"homepage": "https://github.com/ConnectHolland/gulp-tasks#readme"
}