ps-simple-rest-service/package.json

21 lines
379 B
JSON

{
"name": "ps-simple-rest-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.0",
"express": "^4.15.4",
"pg": "^6.4.0"
}
}