Skip to content

Instantly share code, notes, and snippets.

@8ig8
Last active December 12, 2015 02:59
Show Gist options
  • Save 8ig8/4703718 to your computer and use it in GitHub Desktop.
Save 8ig8/4703718 to your computer and use it in GitHub Desktop.
package.json template for DocPad.
{
"name": "site-name.docpad",
"version": "0.1.0",
"description": "This is a description of the site.",
"keywords": [
"docpad"
],
"author": "bpk",
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"dependencies": {
"docpad": "6.x"
},
"devDependencies": {},
"main": "node_modules/docpad/bin/docpad-server"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment