-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·38 lines (38 loc) · 938 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
{
"name": "docpad-plugin-scheduling",
"version": "2.0.0",
"description": "DocPad plugin that adds the ability to schedule content to be published in the future",
"homepage": "https://github.com/miletbaker/docpad-plugin-scheduling",
"keywords": [
"docpad",
"docpad-plugin",
"scheduling",
"schedule posts",
"future"
],
"author": "Jon Baker <jon@gotripod.com> (http://www.gotripod.com)",
"maintainers": [
"Jon Baker <jon@gotripod.com> (http://github.com/miletbaker)"
],
"contributors": [
],
"bugs": {
"url": "https://github.com/miletbaker/docpad-plugin-scheduling/issues"
},
"repository" : {
"type": "git",
"url": "https://github.com/miletbaker/docpad-plugin-scheduling.git"
},
"engines" : {
"node": ">=0.8",
"docpad": ">=6"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.6.2"
},
"main": "./out/scheduling.plugin.js",
"scripts": {
"test": "node ./out/scheduling.test.js"
}
}