Skip to content

Instantly share code, notes, and snippets.

@jslnriot
Created August 11, 2017 14:14
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 jslnriot/4c55d97e6d5b29900982a5592fc84464 to your computer and use it in GitHub Desktop.
Save jslnriot/4c55d97e6d5b29900982a5592fc84464 to your computer and use it in GitHub Desktop.
{
"name": "SpinMyVinylServer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "export NODE_ENV=test || SET \"NODE_ENV=test\" && mocha ./**/*.test.js",
"test-watch": "nodemon --exec 'npm test'"
},
"engines": {
"node": ">= 7.6.0"
},
"author": "james buczkowski",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"crypto-js": "^3.1.6",
"express": "^4.14.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.15.0",
"mongo": "^0.1.0",
"mongoose": "^4.11.3",
"validator": "^8.0.0"
},
"devDependencies": {
"expect": "^1.20.2",
"mocha": "^3.0.2",
"nodemon": "^1.10.2",
"supertest": "^2.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment