-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.03 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "node-help",
"version": "2.0.11",
"description": "Offline documentation for the Node Repl",
"main": "./bin/node-help",
"bin": {
"node-help": "./bin/node-help"
},
"dependencies": {
"chalk": "^2.3.2",
"cheerio": "^1.0.0-rc.2",
"html-entities": "^1.2.1",
"marked": "^0.6.2",
"marked-terminal": "^2.0.0",
"mkdirp": "^0.5.1",
"repl.history": "^0.1.4",
"request": "^2.87.0",
"strip-html-comments": "^1.0.0",
"striptags": "^3.1.1",
"touch": "^3.1.0"
},
"devDependencies": {
"colortape": "^0.1.2",
"tape": "^4.9.0"
},
"scripts": {
"test": "tape ./test/*test.js | colortape",
"postinstall": "node-help --update --no-run"
},
"repository": {
"type": "git",
"url": "github.com/foundling/node-help"
},
"bugs": {
"url": "https://github.com/foundling/node-help/issues"
},
"engines": {
"node": ">=8.11.1"
},
"keywords": [
"node.js",
"documentation",
"repl"
],
"author": {
"name": "Alex Ramsdell"
},
"license": "MIT"
}