nas-denar/package.json
2017-09-14 20:06:51 +02:00

23 lines
469 B
JSON

{
"name": "supervizor",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.5.7",
"express": "~4.13.1",
"express-markdown": "0.0.6",
"morgan": "~1.6.1",
"pg": "^6.4.2",
"promise-polyfill": "^6.0.2",
"qrcode-npm": "0.0.3",
"serve-favicon": "~2.3.0",
"speakeasy": "^2.0.0"
}
}