tagfer-server/package.json
2018-12-23 01:44:45 -08:00

38 lines
850 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",
"phone": "^2.3.0",
"twilio": "^3.25.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"eslint": "^5.9.0",
"faker": "^4.1.0"
}
}