Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Last active August 29, 2015 13:55
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 marcusoftnet/8763052 to your computer and use it in GitHub Desktop.
Save marcusoftnet/8763052 to your computer and use it in GitHub Desktop.
demo package.json
{
"name": "Noun.js",
"description": "This is a REST API against the noun part of Merriam-Webster dictionary",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"test" : "./node_modules/mocha/bin/mocha -u bdd -R spec",
"startLocal" : "nodemon -e html app.js"
},
"dependencies": {
"express": "*",
"monk": "*"
},
"devDependencies": {
"mocha": "1.17.*",
"should": "3.1.*",
"superagent": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment