blurts-server/package.json

31 строка
734 B
JSON
Исходник Обычный вид История

2018-01-15 13:56:08 +03:00
{
"dependencies": {
"body-parser": "^1.18.2",
"client-oauth2": "^4.1.0",
"client-sessions": "^0.8.0",
"dotenv": "^5.0.0",
2018-01-15 13:56:08 +03:00
"express": "^4.16.2",
"nodemailer": "^4.4.0",
"popsicle": "^9.2.0"
2018-01-15 14:04:48 +03:00
},
"scripts": {
"start": "node server.js"
},
"name": "blurts-server",
"description": "Blurts backend Server",
2018-01-15 14:04:48 +03:00
"version": "0.0.1",
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/blurts-server.git"
2018-01-15 14:04:48 +03:00
},
"author": "Nihanth Subramanya",
"license": "ISC",
"private": true,
2018-01-15 14:04:48 +03:00
"bugs": {
"url": "https://github.com/mozilla/blurts-server/issues"
2018-01-15 14:04:48 +03:00
},
"homepage": "https://github.com/mozilla/blurts-server#readme"
2018-01-15 13:56:08 +03:00
}