forked from cozy/cozy-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 815 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
{
"name": "cozy-docs",
"version": "0.0.1",
"description": "Source for the Cozy.io website",
"author": "Cozy Cloud <contact@cozycloud.cc> (http://cozycloud.cc)",
"licenses": [
{
"type": "AGPL v3",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
}
],
"engines": {
"node": "0.10",
"npm": "1.3"
},
"dependencies": {
"docpad": "6.69.0",
"docpad-plugin-coffeescript": "2.4.0",
"docpad-plugin-highlightjs": "2.2.2",
"docpad-plugin-jade": "~2.9.0",
"docpad-plugin-marked": "2.2.1",
"docpad-plugin-menu": "2.1.0",
"docpad-plugin-stylus": "2.7.0",
"docpad-plugin-tableofcontents": "2.0.1"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "node_modules/docpad/bin/docpad-server"
},
"devDependencies": {}
}