- Initial commit... A DB, some routes, and basic authentication routines...
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user