-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1002 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1002 Bytes
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
{
"name": "docpad-plugin-authenticate",
"version": "2.0.0",
"description": "Adds authentication to DocPad",
"homepage": "https://github.com/bevry/docpad-extras",
"keywords": [
"docpad",
"docpad-plugin",
"administration",
"admin",
"authentication",
"authenticate",
"cms"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/bevry/docpad-extras/issues"
},
"repository" : {
"type": "git",
"url": "http://github.com/bevry/docpad-extras.git"
},
"engines" : {
"node": ">=0.4.0",
"docpad": "6.x"
},
"dependencies": {
"everyauth": "0.2.x"
},
"devDependencies": {
"coffee-script": "1.3.x"
},
"main": "./out/authenticate.plugin.js",
"docpad": {
"plugin": {
"appId": "11932f2b6d05d2a5fa18",
"appSecret": "2603d1bc663b74d6732500c1e9ad05b0f4013593"
}
}
}