-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.23 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
{
"title": "Open Graph Plugin for DocPad",
"name": "docpad-plugin-opengraph",
"version": "2.0.0-alpha.1",
"description": "Open Graph plugin for DocPad.",
"license": {
"type": "MIT"
},
"homepage": "http://github.com/robloach/docpad-plugin-opengraph",
"keywords": [
"docpad",
"docpad-plugin",
"consolidate"
],
"badges": {
"travis": true,
"npm": true,
"gittip": "RobLoach",
"flattr": "2257574/RobLoach",
"david": true,
"daviddev": true
},
"author": "Rob Loach (http://github.com/robloach)",
"maintainers": [
"Rob Loach (http://github.com/robloach)"
],
"bugs": {
"url": "http://github.com/robloach/docpad-plugin-opengraph/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/RobLoach/docpad-plugin-opengraph.git"
},
"engines": {
"node": ">=0.4"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"docpad": ">=6.37 <7",
"projectz": "~0.3.10"
},
"main": "./out/lib/opengraph.plugin.js",
"directories": {
"lib": "./out/lib"
},
"scripts": {
"test": "node ./out/test/opengraph.test.js"
},
"peerDependencies": {
"docpad": ">=6.37 <7"
},
"contributors": [
"Rob Loach (http://github.com/robloach)"
]
}