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
72 lines (72 loc) · 1.8 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": "web-mart",
"version": "0.2.0-11",
"description": "Website design, hosting and domains cheap!",
"homepage": "http://web-mart.me",
"keywords": [
"custom website",
"original website",
"cheap website",
"website design",
"cheap domain names",
"cheap hosting",
"cheap cloud hosting"
],
"author": "MDM Inc. <mike@mdm.cm> (http://mdm.cc)",
"maintainers": [
"Michael D Mooring <mike@mdm.cm> (http://mdm.cc)"
],
"contributors": [
"Michael D Mooring <mike@mdm.cm> (http://mdm.cc)"
],
"bugs": {
"url": "https://github.com/MassDistributionMedia/web-mart/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/MassDistributionMedia/web-mart.git"
},
"engines": {
"node": "0.8.x",
"docpad": "6.30.2"
},
"dependencies": {
"docpad": "~6.50.0",
"docpad-plugin-cleanurls": "~2.5.1",
"docpad-plugin-coffeescript": "~2.2.2",
"docpad-plugin-eco": "~2.0.2",
"docpad-plugin-less": "~2.2.0",
"docpad-plugin-marked": "~2.1.1",
"docpad-plugin-partials": "~2.7.2",
"docpad-plugin-stylus": "~2.4.0",
"docpad-plugin-text": "~2.3.0",
"docpad-plugin-ghpages": "~2.3.0"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.5.2"
},
"main": "./node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node ./node_modules/docpad/bin/docpad-server"
},
"domains": [
"web-mart.me"
],
"subdomain": "web-mart",
"private": true,
"bundledDependencies": [
"docpad",
"docpad-plugin-coffeescript",
"docpad-plugin-marked",
"docpad-plugin-cleanurls",
"docpad-plugin-less",
"docpad-plugin-partials",
"docpad-plugin-stylus",
"docpad-plugin-eco",
"docpad-plugin-text"
],
"env": {
"npm_config_rebuild_bundle": false,
"npm_config_production": true
}
}