forked from foundation/inky
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·42 lines (42 loc) · 1.18 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": "kinky",
"version": "2.0.5",
"description": "Convert a simple HTML syntax into tables compatible with Kilogram Email Development Framework",
"author": "dudeonthehorse <[email protected]>, ZURB <[email protected]> (http://foundation.zurb.com)",
"keywords": [
"kinky",
"ink",
"foundation",
"email",
"template"
],
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register",
"browser": "gulp browser"
},
"dependencies": {
"cheerio": "1.0.0-rc.2",
"foundation-emails": "^2.2.0",
"mkdirp": "^0.5.1",
"object-values": "^1.0.0",
"through2": "^2.0.0",
"vinyl-fs": "^2.3.0"
},
"devDependencies": {
"assert-html-equal": "^1.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"browserify": "^13.1.0",
"chalk": "^1.1.1",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-uglify": "^2.0.0",
"mocha": "^2.4.5",
"rimraf": "^2.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": "https://github.com/dudeonthehorse/kinky.git",
"bugs": "https://github.com/dudeonthehorse/kinky/issues",
"license": "MIT"
}