-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1000 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1000 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "grunt-inky",
"description": "A grunt plugin for ZURB Inky. https://github.com/zurb/inky",
"version": "0.4.0",
"homepage": "https://github.com/michaelworm/grunt-inky",
"author": {
"name": "Michael 'Miw0' Worm",
"email": "MrMiw0@gmail.com",
"url": "https://github.com/michaelworm"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelworm/grunt-inky"
},
"bugs": {
"url": "https://github.com/michaelworm/grunt-inky/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/michaelworm/grunt-inky/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"peerDependencies": {
"grunt": ">=0.4"
},
"devDependencies": {},
"keywords": [
"grunt",
"task",
"inky",
"zurb",
"foundation",
"email",
"responsive"
],
"dependencies": {
"chalk": "^1.1.3",
"cheerio": "^0.20.0",
"inky": "^1.3.6",
"path": "^0.12.7"
}
}