This repository was archived by the owner on Jan 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.42 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"author": {
"name": "Ron Dekker",
"url": "https://rondekker.nl"
},
"name": "hoastig",
"version": "1.2.1",
"description": "Static page generator using hoast.",
"license": "ISC",
"keywords": [
"hoast",
"hoastig",
"static",
"page",
"generator"
],
"homepage": "https://github.com/hoast/hoastig#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/hoast/hoastig.git"
},
"bugs": {
"url": "https://github.com/hoast/hoastig/issues"
},
"engines": {
"node": ">=7.8.0"
},
"preferGlobal": true,
"main": "library/index.js",
"bin": {
"hoastig": "bin/hoastig.js"
},
"files": [
"bin/",
"library/"
],
"scripts": {
"pretest": "eslint library/**/*.js bin/**/*.js",
"test": "echo \"Warning: no test specified\"",
"next": "npm publish --tag next"
},
"dependencies": {
"commander": "^2.19.0",
"gray-matter": "^4.0.1",
"highlightjs": "^9.12.0",
"hoast": "^1.1.5",
"hoast-changed": "^1.1.1",
"hoast-filter": "^1.1.1",
"hoast-frontmatter": "^1.2.1",
"hoast-layout": "^1.3.0",
"hoast-minify": "^1.2.0",
"hoast-rename": "^1.1.1",
"hoast-transform": "^1.1.1",
"jstransformer-handlebars": "^1.1.0",
"jstransformer-markdown-it": "^2.1.0",
"markdown-it-anchor": "^5.0.2",
"markdown-it-task-checkbox": "^1.0.6"
},
"devDependencies": {
"debug": "^4.1.0",
"eslint": "^5.10.0"
}
}