-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.68 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.68 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
59
60
61
62
63
64
65
66
{
"name": "solspike.docpad",
"version": "0.0.1-116",
"private": true,
"description": "Sol-X RL Spike Mark 1 website.",
"homepage": "https://github.com/MassDistributionMedia/SolSpike.com",
"keywords": [
"docpad",
"hackerspace",
"makerspace",
"DIY",
"maker",
"inventor",
"fablab",
"sol-x",
"aerospike",
"3D-Print-steel",
"rocket-engine"
],
"author": "MDM Inc <mike@mdm.cm> (http://mdm.cm)",
"maintainers": [
"Michael Mooring <mike@mdm.cm> (http://mdm.cm)"
],
"contributors": [
"Michael Mooring <mike@mdm.cm> (http://mdm.cm)"
],
"bugs": {
"url": "https://github.com/MassDistributionMedia/SolSpike.com/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MassDistributionMedia/SolSpike.com.git"
},
"engines": {
"node": ">=0.8.x",
"docpad": "6.x"
},
"dependencies": {
"docpad": "~6.60.3",
"docpad-plugin-cleanurls": "~2.6.2",
"docpad-plugin-coffeescript": "~2.2.3",
"docpad-plugin-eco": "~2.0.3",
"docpad-plugin-facebookcomments": "~2.0.4",
"docpad-plugin-feedr": "~2.7.0",
"docpad-plugin-ghpages": "^2.4.4",
"docpad-plugin-less": "~2.4.0",
"docpad-plugin-marked": "~2.2.0",
"docpad-plugin-nativecomments": "~2.1.1",
"docpad-plugin-partials": "~2.8.1",
"docpad-plugin-services": "~2.5.0",
"docpad-plugin-stylus": "~2.5.0",
"docpad-plugin-text": "~2.3.2",
"moment": "2.x"
},
"devDependencies": {
"docpad-plugin-livereload": "~2.5.6"
},
"main": "node_modules/docpad/bin/docpad-server",
"subdomain": "solspike-mdm",
"domains": [
"solspike.com"
],
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}