-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
64 lines (64 loc) · 1.51 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
{
"name": "docpad-plugin-tumblr",
"version": "2.0.6",
"description": "Import your Tumblr content directly into your DocPad database",
"homepage": "http://docpad.org/plugin/tumblr",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"david": true,
"daviddev": true,
"gittip": "docpad",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"docpad",
"docpad-plugin",
"docpad-importer",
"tumblr",
"blog"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/docpad/docpad-plugin-tumblr/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/docpad/docpad-plugin-tumblr.git"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {
"eachr": "~2.0.2",
"taskgroup": "~3.3.6",
"feedr": "~2.7.4"
},
"peerDependencies": {
"docpad": ">=6.46 <7"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"docpad": ">=6.46 <7",
"projectz": "~0.3.13"
},
"main": "./out/tumblr.plugin.js",
"scripts": {
"test": "node ./out/tumblr.test.js"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}