forked from imlucas/gulp-juice
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 Bytes
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
{
"name": "gulp-juice",
"description": "process html files through juice to inline CSS",
"version": "0.1.0",
"author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)",
"contributors": [
"Zeb Pykosz <zeb.apy@gmail.com> (http://zeb.codes/)",
"Akzhan Abdulin <akzhan.abdulin@gmail.com> (http://akzhan.github.io/)"
],
"license": "MIT",
"homepage": "http://github.com/zebapy/gulp-juice",
"repository": {
"type": "git",
"url": "git://github.com/zebapy/gulp-juice.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"event-stream": "^3.3.4",
"gulp-util": "^3.0.7",
"juice": "^4.0.0"
},
"keywords": [
"gulpplugin",
"juice",
"inlinecss"
],
"devDependencies": {
"mocha": "^3.1.2"
}
}