-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.88 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.88 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
{
"name": "Gulp-for-Drupal",
"version": "4.1.0",
"versiondate": "2017-09-26",
"description": "Project with Gulp",
"main": "gulpfile.js",
"scripts": {
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
},
"keywords": [
"Synetic",
"Gulp"
],
"author": "Synetic",
"license": "GNU",
"repository": {
"type": "git",
"url": "https://github.com/SyneticNL/Gulp-for-Drupal.git"
},
"devDependencies": {
"browser-sync": "2.18.12",
"chalk": "^2.1.0",
"cli-table": "0.3.1",
"compass-importer": "0.4.1",
"cssstats": "3.1.0",
"customizr": "^1.0.0-alpha",
"fancy-log": "^1.3.0",
"fs": "0.0.1-security",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "4.0.0",
"gulp-bower": "0.0.13",
"gulp-bytediff": "1.0.0",
"gulp-clean": "0.3.2",
"gulp-concat": "2.6.0",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "3.0.1",
"gulp-filter": "5.0.0",
"gulp-flatten": "^0.3.1",
"gulp-gzip": "1.3.0",
"gulp-help": "1.6.1",
"gulp-if": "2.0.1",
"gulp-imagemin": "3.3.0",
"gulp-modernizr": "1.0.0-alpha",
"gulp-order": "1.1.1",
"gulp-plumber": "1.1.0",
"gulp-postcss": "7.0.0",
"gulp-prompt": "0.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sass-glob-import": "0.1.0",
"gulp-sass-lint": "1.1.1",
"gulp-shell": "0.6.3",
"gulp-sizereport": "1.2.0",
"gulp-sourcemaps": "2.6.0",
"gulp-uglify": "3.0.0",
"hexa-color-regex": "1.0.0",
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpegoptim": "5.1.0",
"imagemin-pngquant": "5.0.1",
"imagemin-svgo": "5.2.2",
"imagemin-webp": "4.0.0",
"jsonfile": "^4.0.0",
"node-notifier": "^5.1.2",
"open": "^0.0.5",
"parker": "0.0.10",
"postcss": "6.0.1",
"postcss-normalize": "^4.0.0",
"util": "0.10.3",
"underscore-node": "^0.1.2"
},
"dependencies": {
}
}