This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
77 lines (77 loc) · 1.87 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "gulp-eta",
"version": "0.5.5",
"description": "A starter set of Gulp tasks to do badass development.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/40Digits/gulp-eta"
},
"keywords": [
"gulp",
"browserify",
"sass",
"images",
"sprites",
"symbols",
"40digits"
],
"author": "Chad Watson <chad@40digits.com> (http://chadwatson.io/)",
"contributors": [
{
"name": "Besim Huskic",
"email": "besim@40digits.com"
},
{
"name": "CK Hicks",
"email": "ck@40digits.com"
},
{
"name": "Grant Holle",
"email": "grant@40digits.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/40Digits/gulp-eta/issues"
},
"homepage": "https://github.com/40Digits/gulp-eta#readme",
"dependencies": {
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-consolidate": "^0.1.2",
"gulp-debug": "^2.1.2",
"gulp-file-include": "^0.13.7",
"gulp-filesize": "0.0.6",
"gulp-iconfont": "^1.0.0",
"gulp-if": "1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"js-beautify": "^1.5.10",
"lazypipe": "^1.0.1",
"lodash": "^3.9.3",
"minimatch": "^2.0.8",
"minimist": "^1.1.1",
"mkdirp": "^0.5.1",
"monocle": "^1.1.51",
"ncp": "^2.0.0",
"pretty-hrtime": "^1.0.0",
"require-directory": "^2.1.1",
"sprity": "^1.0.7",
"sprity-sass": "^1.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}