-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 998 Bytes
/
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
{
"name": "remark-title",
"version": "1.0.4",
"description": "remark plugin to inject a title into a file",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "node test | tap-spec"
},
"author": {
"name": "Richard Littauer",
"email": "[email protected]",
"url": "http://burntfen.com"
},
"dependencies": {
"mdast-util-to-string": "^1.0.1"
},
"devDependencies": {
"diff": "^3.2.0",
"remark": "^7.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"to-vfile": "^2.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/RichardLitt/remark-title.git"
},
"keywords": [
"remark",
"mdast",
"generation",
"inject",
"automatic",
"title",
"header",
"text",
"markdown"
],
"homepage": "https://github.com/RichardLitt/remark-title",
"bugs": {
"url": "https://github.com/RichardLitt/remark-title/issues"
},
"coordinates": [
45.5120406,
-73.5701059
]
}