Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created January 10, 2013 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erichocean/eca171ade76926398d3f to your computer and use it in GitHub Desktop.
Save erichocean/eca171ade76926398d3f to your computer and use it in GitHub Desktop.
{
"name": "fohr-boot",
"version": "0.1",
"author": {
"name": "Fohr Inc.",
"email": "eocean@fohr.com"
},
"description": "A very basic node.js helloworld application",
"main": "",
"repository": {
"type": "git",
"url": "git://github.com/fohr/fohr-boot.git"
},
"scripts": {
"start": "node ./bin/server"
},
"contributors": [
{
"name": "Erich Ocean",
"email": "eocean@fohr.com"
}
],
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.8"
},
"bugs": {
"url": "https://github.com/fohr/fohr-boot/issues"
},
"analyze": false,
"subdomain": "fohr.boot"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment