forked from schme/HandmadeCompanion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 952 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
{
"name": "handmade-companion",
"version": "0.0.0",
"title": "Handmade Companion",
"description": "Companion Site for Handmade Hero educational content",
"author": "Jace Bennett",
"license": "CC0",
"homepage": "https://hero.handmadedev.org/jace/",
"repository": {
"type": "git",
"url": "https://github.com/HandmadeHeroes/HandmadeCompanion.git"
},
"bugs": {
"url": "https://github.com/HandmadeHeroes/HandmadeCompanion/issues"
},
"main": "node_modules/docpad/bin/docpad-server",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server-only": "docpad-server",
"start": "docpad run"
},
"dependencies": {
"docpad": "~6.78.4",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-livereload": "~2.6.0",
"docpad-plugin-marked": "~2.2.1",
"docpad-plugin-stylus": "~2.8.0",
"docpad-plugin-coffeescript": "~2.4.0",
"backbone": "~1.2.3"
},
"devDependencies": {}
}