mirror of
https://bitbucket.org/tagfer_team/tagfer-server.git
synced 2025-12-25 03:37:38 +00:00
41 lines
932 B
JSON
41 lines
932 B
JSON
{
|
|
"name": "tagfer-server",
|
|
"version": "0.0.0",
|
|
"description": "Express server hosts the business logic behind tagfer.inc",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mihilmy/tagfer-server.git"
|
|
},
|
|
"keywords": [
|
|
"api"
|
|
],
|
|
"author": "@mihilmy, @oonyeje",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/mihilmy/tagfer-server/issues"
|
|
},
|
|
"homepage": "https://github.com/mihilmy/tagfer-server#readme",
|
|
"dependencies": {
|
|
"bcrypt": "^3.0.2",
|
|
"express": "^4.16.4",
|
|
"firebase": "^5.7.0",
|
|
"firebase-admin": "^6.4.0",
|
|
"lodash": "^4.17.11",
|
|
"lokijs": "^1.5.5",
|
|
"oauth-1.0a": "^2.2.5",
|
|
"phone": "^2.3.0",
|
|
"request": "^2.88.0",
|
|
"twilio": "^3.25.0",
|
|
"uuid": "^3.3.2",
|
|
"oauth-1.0a": "^2.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.9.0",
|
|
"faker": "^4.1.0"
|
|
}
|
|
}
|