forked from GPII/docs-first-discovery
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 916 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
{
"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-partials": "~2.9.2",
"docpad-plugin-stylus": "~2.10.0",
"docs-core": "fluid-project/docs-core"
},
"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"
]
}