server/package.json
2019-03-02 04:57:25 -05:00

31 lines
725 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "a minimalist serverside template",
"main": "index.js",
"dependencies": {
"axios": "^0.18.0",
"concurrently": "^4.0.1",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.0",
"morgan": "^1.9.1",
"nodemon": "^1.18.9",
"pg": "^7.5.0",
"sequelize": "^4.39.1"
},
"scripts": {
"seed": "node db/seed.js",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://irc.anarchyplanet.org/git/notnull/server.git"
},
"author": "notnull",
"license": "ISC",
"bugs": {
"url": "https://irc.anarchyplanet.org/git/notnull/server/issues"
},
"homepage": "irc.anarchyplanet.org"
}