-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (56 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
51
52
53
54
55
56
57
{
"name": "gulp-fritz",
"description": "Frismedia specific gulp helper",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git+https://github.com/frismedia/gulp-fritz.git"
},
"author": {
"name": "Frismedia",
"email": "[email protected]",
"url": "http://frismedia.nl/"
},
"files": [
"index.js"
],
"keywords": [
"fritz"
],
"dependencies": {
"gulp": "^3.8.8",
"gulp-clean-css": "^2.0.4",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^1.11.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.1.0",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.5",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.2.0",
"imagemin-pngquant": "^4.2.2",
"laravel-elixir": "6.0.0-18",
"spritesmith": "^3.1.0",
"underscore": "^1.8.3",
"yargs": "^4.3.2",
"critical": "^0.7.1",
"dploy": "^1.2.0",
"foundation-apps": "^1.1.0"
},
"devDependencies": {
},
"scripts": {
},
"engines": {
"node": ">= 0.10"
},
"license": "MIT",
"gitHead": "48e757a90687a8c5bca9d2945285ac0689aa7023",
"homepage": "https://github.com/frismedia/gulp-fritz#readme",
"directories": {},
"readme": "ERROR: No README data found!"
}