-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "docpad-plugin-gdocs",
"version": "2.0.6",
"description": "From a Google Document into a Docpad doc",
"homepage": "https://github.com/mikeumus/docpad-plugin-gdocs",
"keywords": [
"docpad",
"docpad-plugin",
"google-docs",
"document"
],
"author": {
"name": "MDM Inc",
"email": "[email protected]",
"url": "http://mdm.cm"
},
"maintainers": [
{
"name": "Michael Mooring",
"email": "[email protected]",
"url": "http://mdm.cm"
}
],
"contributors": [
{
"name": "Michael Mooring",
"email": "[email protected]",
"url": "http://mdm.cm"
}
],
"bugs": {
"url": "https://github.com/mikeumus/docpad-plugin-gdocs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeumus/docpad-plugin-gdocs"
},
"engines": {
"node": "0.8.22",
"docpad": "6.25"
},
"dependencies": {
"cheerio": "0.10.7",
"request": "2.14.x"
},
"devDependencies": {
"coffee-script": "1.4.x"
},
"main": "./src/gdocs.plugin.coffee",
"readme": "docpad-plugin-gdocs\r\n===================\r\n\r\nFrom a Google Document -into-> a Docpad doc !",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "[email protected]"
}