forked from SLaks/Styliner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 776 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 776 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
{
"name": "styliner",
"version": "1.0.2",
"description": "Applies external CSS stylesheets to HTML emails to work with Gmail.",
"homepage": "https://github.com/zamb3zi/Styliner",
"author": "Schabse Laks <Dev@SLaks.net> (http://slaks.net)",
"keywords": [
"email",
"html",
"css"
],
"main": "lib/Styliner.js",
"repository": {
"type": "git",
"url": "git://github.com/zamb3zi/Styliner.git"
},
"license": "MIT",
"dependencies": {
"q": "^1.4.1",
"cheerio": "~0.10.1",
"winston": "~0.6.2",
"lodash": "~1.0.0-rc.3",
"CSSselect": "~0.3.0",
"q-io": "^1.13.2",
"parserlib": ">0.2.0",
"qx": "^1.0.0"
},
"devDependencies": {
"commander": "~1.0.5",
"capsela": ">=0.6.3",
"vash": "~0.5.7-1547"
}
}