-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 796 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 796 Bytes
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
{
"name": "thielify",
"version": "0.9.2",
"description": "CLI for hogan to convert templates + json into static files",
"bin": "./bin/thielify",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/garymcleanhall/thielify.git"
},
"keywords": [
"hulk",
"hogan",
"thiel",
"thielify",
"transform",
"templates",
"html",
"javascript",
"static",
"cli"
],
"author": "Gary McLean Hall",
"license": "MIT",
"bugs": {
"url": "https://github.com/garymcleanhall/thielify/issues"
},
"homepage": "https://github.com/garymcleanhall/thielify#readme",
"dependencies": {
"hogan.js": "^3.0.2",
"minimist": "^1.2.0"
},
"devDependencies": {
"jasmine": "^2.5.3"
}
}