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