colouring-montreal/apiserver/package.json
2018-08-01 18:41:50 +01:00

16 lines
321 B
JSON

{
"name": "colouring-london-apiserver",
"version": "1.0.0",
"description": "Serve API queries",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Russell",
"license": "GPL-3.0",
"dependencies": {
"express": "^4.16.3",
"pg": "^7.4.3"
}
}