Skip to content

Instantly share code, notes, and snippets.

@derekpitt
Created March 22, 2013 16:32
Show Gist options
  • Save derekpitt/5222730 to your computer and use it in GitHub Desktop.
Save derekpitt/5222730 to your computer and use it in GitHub Desktop.
{
"name": "slideroom-website",
"version": "0.0.1-17",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"docpad": "6.21.3",
"docpad-plugin-eco": "",
"docpad-plugin-paged": "",
"docpad-plugin-marked": "~2.1.0",
"moment": ""
},
"domains": [
"slideroom.com",
"www.slideroom.com"
],
"main": "./node_modules/docpad/bin/docpad-server",
"scripts": {
"start": "./node_modules/docpad/bin/docpad-server"
},
"subdomain": "slideroom.slideroom-marketing"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment