forked from zurb/inky-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 863 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
{
"name": "inky-cli",
"version": "1.0.1",
"description": "CLI for the Inky email templating language.",
"main": "index.js",
"bin": {
"inky": "index.js"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zurb/inky-cli.git"
},
"keywords": [
"inky",
"cli",
"emails",
"template"
],
"author": "ZURB <[email protected]> (http://foundation.zurb.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zurb/inky-cli/issues"
},
"homepage": "https://github.com/zurb/inky-cli#readme",
"dependencies": {
"chalk": "^1.1.1",
"chokidar": "^1.4.2",
"inky": "^1.3.0",
"meow": "^3.7.0",
"multiline": "^1.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"rimraf": "^2.5.1"
},
"preferGlobal": true
}