forked from davidmerfield/Typeset
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 841 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 841 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
39
{
"name": "typeset",
"version": "0.1.5",
"description": "Typesetting for the web",
"main": "src/index.js",
"bin": {
"typeset-js": "src/cmd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/davidmerfield/Typeset.js.git"
},
"keywords": [
"type",
"typeset",
"typography",
"dropcap",
"smallcap",
"hyphenation"
],
"author": "David Merfield",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidmerfield/Typeset.js/issues"
},
"homepage": "https://github.com/davidmerfield/Typeset.js",
"dependencies": {
"cheerio": "^0.19.0",
"commander": "^2.8.1",
"html-entities": "^1.1.2",
"hypher": "^0.2.3"
},
"devDependencies": {
"html-minifier": "^0.7.2"
}
}