-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "docpad-plugin-link",
"version": "2.0.4",
"description": "Take the document's`id` and generate the corresponding html link",
"homepage": "https://github.com/oleersoy/docpad-plugin-link",
"keywords": [
"docpad",
"docpad-plugin",
"plugin",
"link",
"anchor"
],
"author": "Ole Ersoy (https://github.com/oleersoy)",
"maintainers": [
"Ole K. Ersoy (https://github.com/oleersoy)"
],
"contributors": [
"Ole Ersoy (https://github.com/oleersoy)",
"J. Harshbarger (https://github.com/hypercubed)",
"Eduán Lávaque (https://github.com/Greduan)",
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/oleersoy/docpad-plugin-link/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/oleersoy/docpad-plugin-link.git"
},
"engines": {
"node": ">=0.8",
"docpad": ">=6"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.6.2",
"docpad": "6",
"docpad-plugin-eco": "~2.0.2",
"joe": "~1.2.0",
"joe-reporter-console": "~1.2.1",
"chai": "~1.6.1"
},
"main": "./out/link.plugin.js",
"scripts": {
"test": "node ./out/link.test.js"
}
}