-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "elebee-gulp",
"version": "0.3.0",
"description": "Abstract class representing the Gulpfile. Provides methods to customize Gulp tasks.",
"author": "RTO GmbH <[email protected]>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/RTO-Websites/Wordpress-Theme-Elebee.git"
},
"dependencies": {
"ansi-colors": "^3.0.5",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"fs": "0.0.1-security",
"gulp-autoprefixer": "^6.0.0",
"gulp-coffee": "^3.0.2",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^2.6.3",
"gulp-stylelint": "^6.0.0",
"gulp-uglify": "^3.0.1",
"gulp.spritesmith-multi": "^3.1.0",
"jshint": "^2.9.6",
"jsonfile": "^5.0.0",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"node-neat": "^1.7.2",
"stylelint": "7.10.1"
},
"peerDependencies": {
"gulp": "^3.9.1"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"elebee"
]
}