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.
 
 
 

17 lines
379 B

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