-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 958 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": "hotmetal",
"version": "1.0.17",
"description": "Parse, hyphenate, slice, and render your HTML.",
"main": "lib/main.js",
"scripts": {
"test": "./build && node lib/tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/loveencounterflow/hotmetal.git"
},
"keywords": [
"html",
"slice",
"parse",
"render"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/loveencounterflow/hotmetal/issues"
},
"homepage": "https://github.com/loveencounterflow/hotmetal",
"dependencies": {
"cnd": "^0.1.5",
"coffeenode-markdown-it": "^4.1.1",
"coffeenode-teacup": "^0.1.4",
"hyphenation.en-us": "^0.2.1",
"hypher": "^0.2.3",
"linebreak": "^0.3.0",
"markdown-it": "^3.0.7",
"parse5": "^1.4.0",
"pipedreams": "^0.2.25",
"typogr": "^0.6.5"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"guy-test": "^1.0.4"
}
}