Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Created May 18, 2015 13:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save danielkhan/7d1e35751a8798907450 to your computer and use it in GitHub Desktop.
{
"name": "SomeTestproject",
"version": "0.0.1",
"description": "Some description",
"main": "main.js",
"dependencies": {
"express": "^4.12.2",
"mongodb": "^1.4.33",
"mysql": "^2.5.5",
"restify": "^2.8.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dkhan",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment