Skip to content

Instantly share code, notes, and snippets.

@gradus
Created February 20, 2012 02:28
Show Gist options
  • Save gradus/1867342 to your computer and use it in GitHub Desktop.
Save gradus/1867342 to your computer and use it in GitHub Desktop.
package.json for running bam generated site on nodejitsu with jitsu deploy
{
"name": "bamTest",
"description": "playing with Bam, The easiest static site generator on the planet.",
"version": "0.0.1-1",
"homepage": "http://",
"author": "Kris Windham",
"private": true,
"scripts": {
"start": "server.js"
},
"dependencies": {
"bam": "*",
"url": "*",
"eco": "*",
"github-flavored-markdown": "*",
"filed": "*",
"path": "*",
"wrench": "*",
"pkginfo": "*"
},
"engines": {
"node": "0.6 || 0.7"
},
"subdomain": "bam-test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment