UNPKG

2.42 kBJSONView Raw
1{
2 "name": "mingkwai-typesetter",
3 "version": "0.3.0",
4 "description": "A streaming MarkDown -> (Xe, Lua)LaTeX -> PDF typesetter",
5 "main": "lib/main.js",
6 "scripts": {
7 "mkts": "node --harmony lib/cli.js mkts $2",
8 "build": "coffee --map -o lib -c src && coffee --map -o lib -c options.coffee",
9 "push": "git add . && git commit -m'update' && git push",
10 "doctoc": "doctoc README.md README-plugin-tabulate.md README-plugin-tsv.md",
11 "pub": "npm run build && npm run doctoc && npm run push && npm version patch && npm publish",
12 "test-travis": "node lib/tests.js",
13 "test": "npm run build && node lib/tests.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/loveencounterflow/mingkwai-typesetter.git"
18 },
19 "keywords": [
20 "mingkwai",
21 "typesetter",
22 "jizura",
23 "tex",
24 "latex",
25 "luatex",
26 "xetex",
27 "markdown"
28 ],
29 "author": "",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/loveencounterflow/mingkwai-typesetter/issues"
33 },
34 "homepage": "https://github.com/loveencounterflow/mingkwai-typesetter",
35 "dependencies": {
36 "ajv": "^6.5.5",
37 "async": "^2.6.1",
38 "changeset": "^0.1.0",
39 "chinesegen": "^0.3.3",
40 "cnd": "^4.4.0",
41 "coffeenode-chr": "^1.1.0",
42 "coffeenode-suspend": "^0.1.11",
43 "coffeescript": "^2.3.2",
44 "commander": "^2.19.0",
45 "cxltx-styles": "^1.4.7",
46 "font-cmap": "^1.0.1",
47 "htmlparser2": "^3.10.0",
48 "hyphenation.en-us": "^0.2.1",
49 "hypher": "^0.2.4",
50 "intergrid": "^0.4.2",
51 "linebreak": "^0.3.0",
52 "lorem-ipsum": "^1.0.6",
53 "lorem-ipsum-japanese": "^1.0.1",
54 "markdown-it": "^5.0.2",
55 "markdown-it-container": "^2.0.0",
56 "markdown-it-footnote": "^2.0.0",
57 "markdown-it-mark": "^2.0.0",
58 "markdown-it-multimd-table": "^2.0.1",
59 "markdown-it-regexp": "^0.4.0",
60 "markdown-it-sub": "^1.0.0",
61 "markdown-it-sup": "^1.0.0",
62 "minimatch": "^3.0.4",
63 "ncr": "^0.2.12",
64 "parse5": "^5.1.0",
65 "pipedreams": "^3.0.9",
66 "pipedreams-3b7b": "^6.3.2",
67 "pipestreams": "^0.5.0",
68 "rehype-stringify": "^4.0.0",
69 "remark-grid-tables": "^1.2.0",
70 "remark-html": "^8.0.0",
71 "remark-parse": "^5.0.0",
72 "remark-rehype": "^3.0.1",
73 "semver": "^5.6.0",
74 "sqy": "^0.4.1",
75 "unified": "^7.0.2",
76 "xregexp": "^4.2.0"
77 },
78 "devDependencies": {
79 "guy-test": "^1.4.0",
80 "multidep": "^2.0.2"
81 }
82}