-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "breakdance-request",
"description": "Get a webpage from a URL and convert it to markdown.",
"version": "1.1.0",
"homepage": "/~https://github.com/breakdance/breakdance-request",
"author": "Jon Schlinkert (/~https://github.com/jonschlinkert)",
"repository": "breakdance/breakdance-request",
"bugs": {
"url": "/~https://github.com/breakdance/breakdance-request/issues"
},
"license": "MIT",
"files": [
"cli.js",
"index.js"
],
"main": "index.js",
"bin": {
"bdr": "cli.js",
"breakdance-request": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"breakdance": "^3.0.1",
"breakdance-reflinks": "^0.1.4",
"isobject": "^3.0.1",
"log-ok": "^0.1.1",
"minimist": "^1.2.0",
"mixin-deep": "^1.2.0",
"needle": "^2.0.0",
"p-reduce": "^1.0.0",
"write-file": "^1.0.0"
},
"keywords": [
"breakdance",
"cli",
"command line",
"compile",
"compiler",
"convert",
"html",
"markdown",
"parse",
"parser",
"render",
"request",
"transform"
],
"devDependencies": {
"mocha": "^3.5.0",
"gulp-format-md": "^1.0.0"
},
"lintDeps": {
"devDependencies": {
"files": {
"patterns": [
"mercury.js"
]
}
}
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"breakdance",
"breakdance-cli",
"breakdance-reflinks"
]
},
"lint": {
"reflinks": true
}
}
}