the-social-notebook-server/package.json
2016-07-01 15:28:10 +03:00

17 lines
346 B
JSON

{
"name": "the_social_notework",
"version": "0.0.1",
"description": "A sample Back ent for an Android app",
"main": "app.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.14.0"
}
}