-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 875 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
{
"name": "docpad-plugin-tagging",
"version": "2.0.2",
"description": "DocPad plugin providing tag cloud generation and tag index pages",
"homepage": "https://github.com/rantecki/docpad-plugin-tagging",
"keywords": [
"docpad",
"docpad-plugin",
"tagging"
],
"author": "Richard Antecki <[email protected]> (richard.antecki.id.au)",
"bugs": {
"url": "https://github.com/rantecki/docpad-plugin-tagging/issues"
},
"repository" : {
"type": "git",
"url": "http://github.com/rantecki/docpad-plugin-tagging.git"
},
"engines" : {
"node": ">=0.4"
},
"peerDependencies": {
"docpad": ">=6.1 <=6.57"
},
"dependencies": {
"lodash": "~1.0.1",
"bal-util": "~1.16.10"
},
"devDependencies": {
"coffee-script": "~1.4.0"
},
"main": "./out/tagging.plugin.js",
"scripts": {
"test": "node ./test/tagging.test.js",
"prepublish": "cake compile"
}
}