UNPKG

1.23 kBJSONView Raw
1{
2 "name": "msee",
3 "version": "0.3.3",
4 "description": "Msee is a command-line tool to read Markdown file in your terminal, and it's a library help your command-line software to output readable markdown content.",
5 "main": "./lib/msee.js",
6 "bin": "./bin/msee",
7 "scripts": {
8 "test": "env FORCE_COLOR=true tap --lines=85 test/**/*.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/firede/msee.git"
13 },
14 "dependencies": {
15 "ansi-regex": "^2.0.0",
16 "ansicolors": "^0.3.2",
17 "cardinal": "^0.7.1",
18 "chalk": "^1.1.1",
19 "combined-stream-wait-for-it": "^1.1.0",
20 "entities": "^1.1.1",
21 "marked": "^0.3.5",
22 "nopt": "^3.0.4",
23 "table-header": "^0.2.2",
24 "text-table": "^0.2.0",
25 "through2": "^2.0.3",
26 "wcstring": "^2.1.0",
27 "xtend": "^4.0.0"
28 },
29 "keywords": [
30 "markdown",
31 "terminal",
32 "reader",
33 "console",
34 "shell",
35 "colors",
36 "highlight"
37 ],
38 "author": "Firede <firede@firede.us>",
39 "contributors": [
40 "Martin Heidegger <martin.heidegger@gmail.com>"
41 ],
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/firede/msee/issues"
45 },
46 "devDependencies": {
47 "stream-to-string": "^1.1.0",
48 "tap": "^5.7.1"
49 }
50}