17 lines
346 B
JSON
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"
|
||
|
}
|
||
|
}
|