29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"name": "api",
|
|
"version": "0.0.1",
|
|
"description": "The wEvent API and DB server",
|
|
"main": "index.js",
|
|
"author": "mike@fitz.guru",
|
|
"license": "MIT",
|
|
"notes": "b'VJ!4a{L(8T(CvG8BKGj).]",
|
|
"dependencies": {
|
|
"api-query-params": "^4.13.0",
|
|
"crypto": "^1.0.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mongoose": "^5.6.0",
|
|
"mongoose-find-or-create": "^1.3.1",
|
|
"mongoose-string-query": "^0.2.7",
|
|
"mongoose-timestamp": "^0.6.0",
|
|
"passport": "^0.4.0",
|
|
"passport-facebook": "^3.0.0",
|
|
"passport-google-oauth": "^2.0.0",
|
|
"passport-http-bearer": "^1.0.1",
|
|
"passport-jwt": "^4.0.0",
|
|
"passport-local": "^1.0.0",
|
|
"restify": "^8.3.3",
|
|
"restify-errors": "^8.0.0",
|
|
"restify-jwt-community": "^1.0.13",
|
|
"restify-plugins": "^1.6.0"
|
|
}
|
|
}
|