You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
328 B

{
"name": "thougts",
"version": "0.0.1",
"description": "micro blogging server and client",
"main": "server.js",
"dependencies": {
"mongoose": "~3.6.11",
"express": "^4.7.1",
"method-override": "^2.1.2",
"body-parser": "^1.5.1",
"jsonwebtoken" : "latest",
"morgan" : "latest"
}
}