-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "yui-purecss.docpad",
"version": "0.0.1",
"description": "YUI Purecss skeleton for DocPad. Simple, flexible and clean HTML and CSS for popular user interface components and interactions.",
"keywords": [
"docpad-skeleton",
"docpad",
"website",
"purecss",
"yui purecss"
],
"author": "Mass Distribution Media <mike@mdm.cm> (http://mdm.cm)",
"maintainers": [
"Michael D Mooring <mike@mdm.cm> (https://github.com/mikeumus)"
],
"contributors": [
"Michael D Mooring <mike@mdm.cm> (https://github.com/mikeumus)"
],
"bugs": {
"url": "https://github.com/MassDistributionMedia/yui-purecss.docpad/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/MassDistributionMedia/yui-purecss.docpad.git"
},
"engines" : {
"node": "0.10",
"npm": "1.2"
},
"dependencies": {
"docpad": "6.x",
"docpad-plugin-cleanurls": "2.x",
"docpad-plugin-coffeescript": "2.x",
"docpad-plugin-eco": "2.x",
"docpad-plugin-marked": "2.x",
"docpad-plugin-partials": "2.x",
"docpad-plugin-related": "2.x",
"docpad-plugin-text": "2.x"
},
"devDependencies": {
"docpad-plugin-livereload": "2.x"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
}
}