Skip to content

Instantly share code, notes, and snippets.

@danared
Created April 15, 2015 16:38
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 danared/289354cbe51fbef4216b to your computer and use it in GitHub Desktop.
Save danared/289354cbe51fbef4216b to your computer and use it in GitHub Desktop.
{
"name": "reader-api",
"main": "server.js",
"dependencies": {
"express" : "~4.10.0",
"stormpath" : "~0.7.5", "express-stormpath" : "~0.5.9",
"mongodb" : "~1.4.26”, "mongoose" : "~3.8.0",
"body-parser" : "~1.10.0”, "method-override" : "~2.3.0",
"morgan" : "~1.5.0”, "winston" : "~0.8.3”, "express-winston" : "~0.2.9",
"validator" : "~3.27.0",
"path" : "~0.4.9",
"errorhandler" : "~1.3.0",
"frisby" : "~0.8.3",
"jasmine-node" : "~1.14.5",
"async" : "~0.9.0"
}
}
@philgebhardt
Copy link

lines 7 , 8, and 9 contain mismatched quote symbols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment