-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 877 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
{
"name": "docpad-plugin-tagcloud",
"version": "2.0.1",
"description": "DocPad plugin providing tag cloud generation",
"homepage": "https://github.com/rantecki/docpad-plugin-tagcloud",
"keywords": [
"docpad",
"docpad-plugin",
"tagging"
],
"author": "Richard Antecki <[email protected]> (richard.antecki.id.au)",
"bugs": {
"url": "https://github.com/rantecki/docpad-plugin-tagcloud/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/rantecki/docpad-plugin-tagcloud.git"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {},
"peerDependencies": {
"docpad": ">=6.46 <7"
},
"devDependencies": {
"docpad": ">=6.46 <7",
"coffee-script": "~1.6.2"
},
"main": "./out/tagcloud.plugin.js",
"scripts": {
"test": "node ./test/tagcloud.test.js",
"prepublish": "cake compile"
}
}