Skip to content

Instantly share code, notes, and snippets.

@soroushhakami
Created August 13, 2012 16:51
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 soroushhakami/3342473 to your computer and use it in GitHub Desktop.
Save soroushhakami/3342473 to your computer and use it in GitHub Desktop.
package.json of nodejitsu helloworld app with extra dependencies
{
"name": "nodeapps-helloworld",
"version": "0.2.0-10",
"author": {
"name": "Nodejitsu Inc.",
"email": "support@nodejitsu.com"
},
"description": "a very basic node.js helloworld application",
"main": "",
"repository": {
"type": "git",
"url": "git://github.com/nodeapps/helloworld.git"
},
"keywords": [
"nodeapps",
"helloworld"
],
"homepage": "http://nodeapps.github.com/helloworld",
"scripts": {
"start": "server.js"
},
"contributors": [
{
"name": "Marak Squires",
"email": "marak.squires@gmail.com"
},
{
"name": "Joshua Holbrook",
"email": "josh.holbrook@gmail.com"
}
],
"dependencies": {
"express": "2.x.x",
"socket.io": "0.9.x",
"gzippo": "0.1.x"
},
"devDependencies": {},
"engines": {
"node": ">=0.4"
},
"bugs": {
"url": "https://github.com/nodeapps/helloworld/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nodeapps/helloworld/raw/master/LICENSE"
}
],
"analyze": false,
"optionalDependencies": {},
"dist": {
"shasum": "bad2887379ccb475391f79d83eaa4543ce885223"
},
"subdomain": "turtleneck"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment