-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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": "1.5.0",
"description": "Convert a simple HTML syntax into tables compatible with Foundation for Emails.",
"author": "Foundation <contact@get.foundation> (https://get.foundation)",
"keywords": [
"ink",
"foundation",
"email",
"template"
],
"main": "index.js",
"scripts": {
"test": "mocha --require @babel/register",
"browser": "gulp browser"
},
"dependencies": {
"cheerio": "^0.20.0",
"foundation-emails": "^2.4.0",
"mkdirp": "^0.5.1",
"object-values": "^1.0.0",
"through2": "^2.0.0",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/register": "^7.28.6",
"assert-html-equal": "^1.0.0",
"browserify": "^13.1.0",
"chalk": "^1.1.1",
"gulp": "4.0",
"gulp-uglify": "^2.0.0",
"mocha": "^11.7.5",
"rimraf": "^6.1.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"repository": "https://github.com/foundation/inky.git",
"bugs": "https://github.com/foundation/inky/issues",
"license": "MIT"
}