forked from docpad-archive/docpad-plugin-tumblr
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.33 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.33 KB
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
{
"name": "docpad-plugin-conflux",
"version": "2.0.9",
"description": "Import Atlassian Confluence spaces into DocPad collections.",
"homepage": "",
"license": {
"type": "MIT"
},
"badges": {
"travis": true,
"npm": true,
"david": true,
"daviddev": true
},
"keywords": [
"docpad",
"docpad-plugin",
"docpad-importer",
"confluence"
],
"author": "Phoenix Technical Publications <info@phoenixtechpubs.com> (www.phoenixtechpubs.com)",
"maintainers": [
"brian pardini <bpardini@phoenixtechpubs.com> (https://github.com/btp)"
],
"contributors": [
"brian pardini <bpardini@phoenixtechpubs.com> (https://github.com/btp)"
],
"bugs": {
"url": "https://github.com/phoenixtechpubs/docpad-plugin-conflux/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/phoenixtechpubs/docpad-plugin-conflux.git"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"feedr": "^2.10.3",
"lodash": "^3.1.0",
"taskgroup": "^4.0.5"
},
"peerDependencies": {
"docpad": "^6.69.1"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"docpad": "^6.69.1",
"projectz": "^0.3.17"
},
"main": "./out/conflux.plugin.js",
"scripts": {
"test": "node ./out/conflux.test.js"
},
"cakeConfiguration": {
"COFFEE_SRC_PATH": "src"
}
}