-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.52 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "docpad-plugin-addthis",
"version": "2.0.6",
"description": "AddThis Docpad getBlock codes for all 7 available widgets.",
"homepage": "https://github.com/mikeumus/docpad-plugin-addthis.git",
"keywords": [
"docpad",
"docpad-plugin",
"addthis",
"sharing",
"share",
"bookmark",
"follow",
"bookmarking",
"social-plugins",
"twitter-buttons",
"facebook-buttons",
"pinterest-button",
"google+-button",
"share-buttons",
"sharing-buttons",
"link-box"
],
"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"
}
],
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true
},
"bugs": {
"url": "https://github.com/mikeumus/docpad-plugin-addthis.git/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeumus/docpad-plugin-addthis.git"
},
"engines": {
"node": ">=0.8.x",
"docpad": "6.x"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.9.1",
"docpad": "6",
"projectz": "^0.5.0"
},
"main": "./out/addthis.plugin.js",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "docpad-plugin-addthis@",
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}