forked from inclusive-design/guide.inclusivedesign.ca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 968 Bytes
/
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
{
"name": "docs-template",
"description": "Templates, styles, and sample content for a documentation website.",
"version": "0.0.1-SNAPSHOT",
"author": "Fluid Project",
"bugs": "http://issues.fluidproject.org/browse/FLUID",
"homepage": "http://www.fluidproject.org/",
"dependencies": {
"docpad-plugin-ghpages": "~2.4.4",
"docpad-plugin-handlebars": "~2.3.0",
"docpad-plugin-highlightjs": "~2.3.0",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-redirector": "~2.0.1",
"docpad-plugin-stylus": "~2.10.0",
"docs-core": "fluid-project/docs-core"
},
"devDependencies": {
"docpad": "~6.79"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://www.opensource.org/licenses/BSD-3-Clause"
},
{
"type": "ECL-2.0",
"url": "http://www.opensource.org/licenses/ECL-2.0"
}
],
"keywords": [
"fluid",
"documentation",
"docpad",
"static site",
"responsive"
]
}