forked from foundation/inky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "inky",
"version": "0.4.0",
"description": "Convert a simple HTML syntax into tables compatible with Foundation for Emails.",
"author": "ZURB <[email protected]> (http://foundation.zurb.com)",
"keywords": [
"ink",
"foundation",
"email",
"template"
],
"main": "index.js",
"bin": {
"inky": "./bin/inky.js"
},
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"dependencies": {
"chalk": "^1.1.1",
"cheerio": "^0.20.0",
"chokidar": "^1.4.2",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"multiline": "^1.0.2",
"object-values": "^1.0.0",
"through2": "^2.0.0",
"vinyl-fs": "^2.3.0"
},
"devDependencies": {
"assert-html-equal": "^1.0.0",
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"babel-runtime": "^6.3.19",
"mocha": "^2.4.5",
"rimraf": "^2.5.1"
},
"repository": "https://github.com/zurb/inky.git",
"bugs": "https://github.com/zurb/inky/issues",
"license": "MIT"
}