-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 991 Bytes
/
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": "inline-email",
"version": "2.0.1",
"description": "CLI for Merging HTML and CSS to inline for emails. Supports Inky Templates.",
"main": "bin/inline-email",
"scripts": {
"test": "node_modules/lab/bin/lab"
},
"bin": {
"inline-email": "bin/inline-email"
},
"author": "Dan Sabin <[email protected]>",
"license": "MIT",
"dependencies": {
"@hapi/hoek": "^8.2.4",
"@hapi/lab": "^20.3.2",
"command-line-args": "5.1.1",
"command-line-usage": "4.1.0",
"inky": "1.3.7",
"juice": "5.2.0"
},
"devDependencies": {
"@hapi/code": "^6.0.0",
"lab": "18.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freethinkingit/inline-email.git"
},
"keywords": [
"email",
"inline",
"cli"
],
"bugs": {
"url": "https://github.com/freethinkingit/inline-email/issues"
},
"homepage": "https://github.com/freethinkingit/inline-email#readme",
"engines": {
"node": ">= 8.0.0"
}
}