Skip to content

Instantly share code, notes, and snippets.

@spinweb-dev
Created December 12, 2013 00:39
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 spinweb-dev/407365d2c01e67f72d93 to your computer and use it in GitHub Desktop.
Save spinweb-dev/407365d2c01e67f72d93 to your computer and use it in GitHub Desktop.
nodejitsu package.json
{
"name": "new-edge-law",
"version": "0.0.1-11",
"author": {
"name": "Chris Antoine",
"email": "chris@spinweb.net"
},
"description": "",
"main": "",
"repository": {},
"keywords": [],
"homepage": "",
"scripts": {
"test": "./test-app.sh",
"start": "node ./server/server.js"
},
"contributors": [],
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": ""
},
"licenses": [],
"analyze": false,
"readmeFilename": "ReadMe.md",
"subdomain": "newedgelaw"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment