-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 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
43
44
{
"name": "hb-interpolate",
"version": "1.1.1",
"description": "Interpolate a json file through a Handlebars template file to stdout.",
"scripts": {
"test": "./test.sh"
},
"bin": {
"hb-interpolate": "bin/hb-interpolate.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/jimlloyd/hb-interpolate.git"
},
"keywords": [
"handlebars",
"json",
"interpolate",
"render",
"cli"
],
"author": "Jim Lloyd <[email protected]> (https://github.com/jimlloyd)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimlloyd/hb-interpolate/issues"
},
"homepage": "https://github.com/jimlloyd/hb-interpolate",
"dependencies": {
"bluebird": "^3.5.1",
"chalk": "^2.3.2",
"commander": "^2.8.1",
"debug": "^3.1.0",
"handlebars": "^4.0.0",
"jsonfile": "^4.0.0",
"lodash": "^4.17.5",
"npm": "^5.8.0",
"read-package-json": "^2.0.0"
},
"devDependencies": {},
"directories": {
"test": "test"
}
}