21 lines
491 B
JSON
21 lines
491 B
JSON
{
|
|
"name": "the_social_notework",
|
|
"version": "0.0.1",
|
|
"description": "A sample Back ent for an Android app",
|
|
"main": "server.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"express": "^4.14.0",
|
|
"gcloud": "^0.36.0",
|
|
"geolib": "^2.0.21",
|
|
"imgur-node-api": "^0.1.0",
|
|
"node-uuid": "^1.4.7"
|
|
}
|
|
}
|