Skip to content

Instantly share code, notes, and snippets.

@scottweinert
Created April 23, 2013 18:46
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 scottweinert/5446273 to your computer and use it in GitHub Desktop.
Save scottweinert/5446273 to your computer and use it in GitHub Desktop.
package.json
{
"name": "twitterPIE",
"version": "0.0.0-5",
"description": "twitterPIE API server",
"main": "app.js",
"dependencies": {
"application-name": "~0.0.1",
"express": "~3.1.0",
"jade": "*",
"async": "*",
"bcrypt": "*",
"connect": "*",
"crypto": "*",
"geocoder": "*",
"gm": "*",
"node-uuid": "*",
"path": "*",
"util": "*",
"date-utils": "*",
"request": "*",
"xml2js": "*"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://sweinertjr@bitbucket.org/sweinertjr/twitterpie.git"
},
"author": "",
"license": "BSD",
"subdomain": "twitterpie",
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment