This repository has been archived by the owner on Mar 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·74 lines (74 loc) · 1.9 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
73
74
{
"name": "kc-foundation.docpad",
"version": "0.1.1-80",
"private": true,
"description": "Killer-Confidence.com website.",
"homepage": "http://killer-confidence.com/",
"keywords": [
"woman empowerment",
"girl power",
"eating disorder",
"killer confidence",
"killer confidence quotes",
"Kari Adams"
],
"author": "MDM Inc <mike@mdm.cm>",
"maintainers": [
"Michael Mooring <mike@mdm.cm>"
],
"contributors": [
"Michael Mooring <mike@mdm.cm>"
],
"bugs": {
"url": "https://github.com/MassDistributionMedia/Killer-Confidence.com/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MassDistributionMedia/Killer-Confidence.com.git"
},
"engines": {
"node": "0.8.x",
"docpad": "6.29"
},
"dependencies": {
"docpad": "6.29",
"docpad-plugin-cleanurls": "2.x",
"docpad-plugin-coffeescript": "2.x",
"docpad-plugin-cachr": "2.x",
"docpad-plugin-coffeekup": "2.x",
"docpad-plugin-eco": "2.x",
"docpad-plugin-less": "2.x",
"docpad-plugin-marked": "2.x",
"docpad-plugin-partials": "2.x",
"docpad-plugin-stylus": "2.x",
"docpad-plugin-text": "2.x",
"docpad-plugin-gdocs": "2.0.7",
"docpad-plugin-facebookcomments": "2.0.1",
"docpad-plugin-addthis": "2.0.2",
"docpad-plugin-feedr": "2.x"
},
"devDependencies": {
"docpad-plugin-livereload": "2.x"
},
"bundleDependencies": [
"docpad",
"docpad-plugin-cleanurls",
"docpad-plugin-coffeescript",
"docpad-plugin-cachr",
"docpad-plugin-coffeekup",
"docpad-plugin-eco",
"docpad-plugin-less",
"docpad-plugin-marked",
"docpad-plugin-partials",
"docpad-plugin-stylus",
"docpad-plugin-text"
],
"main": "node_modules/docpad/bin/docpad-server",
"subdomain": "killer-confidence-mdm",
"domains": [
"killer-confidence.com"
],
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}