Skip to content

Instantly share code, notes, and snippets.

@stevenschobert
Created November 6, 2013 16:23
Show Gist options
  • Select an option

  • Save stevenschobert/7339188 to your computer and use it in GitHub Desktop.

Select an option

Save stevenschobert/7339188 to your computer and use it in GitHub Desktop.
My starter package.json
{
"name": "http-server",
"version": "0.0.0",
"author": "Steven Schobert <[email protected]>",
"description": "let there be javascripts",
"scripts": {
"start": "node ./bin/http-server",
"test": "vows --spec --isolate",
"predeploy": "echo This will be run before deploying the app",
"postdeploy": "echo This will be run after deploying the app"
},
"main": "./lib/http-server",
"repository": {
"type": "git",
"url": "https://github.com/nodejitsu/http-server.git"
},
"keywords": [
"stevenschobert"
],
"dependencies" : {
"colors" : "*",
"flatiron" : "0.1.x",
"optimist" : "0.2.x",
"union" : "0.1.x",
"ecstatic" : "0.1.x",
"plates" : "https://github.com/flatiron/plates/tarball/master"
},
"devDependencies": {
"vows" : "0.5.x",
"request" : "2.1.x"
},
"bundledDependencies": [
"union",
"ecstatic"
],
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment