Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Trindaz
Created March 30, 2013 04:54
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 Trindaz/5275435 to your computer and use it in GitHub Desktop.
Save Trindaz/5275435 to your computer and use it in GitHub Desktop.
package.json for jcrugzz
{
"name": "schema-website",
"version": "0.0.0-30",
"description": "ERROR: No README.md file found!",
"main": "server.js",
"dependencies": {
"async": "~0.2.5",
"consolidate": "~0.8.0",
"express": "~3.1.0",
"passport": "~0.1.15",
"passport-local": "~0.1.6",
"swig": "~0.13.5",
"express-params": "0.0.3",
"connect-mongo": "~0.3.2",
"underscore": "~1.4.4",
"sendgrid": "~0.2.5",
"nodefly": "~0.1.29"
},
"devDependencies": {},
"bundledDependencies": [
"schema-lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Trindaz/schema-website.git"
},
"author": "",
"license": "Private",
"engines": {
"node": "0.8.x"
},
"subdomain": "trindaz.website.trindaz",
"private": true,
"domains": [
"schema.cc",
"www.schema.cc"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment