38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "bug-module",
|
|
"version": "1.0.0",
|
|
"description": "A project to manage bug flow",
|
|
"author": "Santhosh Annamalai",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axoncore": "git+https://github.com/Santhosh-Annamalai/AxonCore.git#master",
|
|
"btoa": "^1.2.1",
|
|
"chalk": "^2.4.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"eris": "^0.9.0",
|
|
"esm": "^3.0.72",
|
|
"express": "^4.16.3",
|
|
"method-override": "^3.0.0",
|
|
"mongoose": "^5.2.7",
|
|
"multer": "^1.3.1",
|
|
"superagent": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.12.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"pm2": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "10.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/Santhosh-Annamalai/bug-module.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitlab.com/Santhosh-Annamalai/bug-module/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/Santhosh-Annamalai/bug-module#readme"
|
|
}
|