18 lines
401 B
JSON
18 lines
401 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": {
|
|
"body-parser": "^1.15.2",
|
|
"express": "^4.14.0",
|
|
"gcloud": "^0.36.0"
|
|
}
|
|
}
|