majifix-account
Version:
A representation of an entity (i.e organization, individual, customer, or client) which receiving service(s) from a particular jurisdiction
79 lines (78 loc) • 2.08 kB
JSON
{
"name": "majifix-account",
"version": "1.0.0",
"description": "A representation of an entity (i.e organization, individual, customer, or client) which receiving service(s) from a particular jurisdiction",
"main": "index.js",
"scripts": {
"test": "grunt test",
"integration": "grunt integration",
"dev": "BASE_PATH=./examples nodemon ./examples/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeTanzania/majifix-account.git"
},
"keywords": [
"majifix",
"codetanzania",
"open311",
"311",
"tanzania",
"account",
"customer",
"client"
],
"contributors": [
{
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
{
"name": "benMaruchu",
"email": "benmaruchu@gmail.com",
"url": "https://github.com/BenMaruchu"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeTanzania/majifix-account/issues",
"email": "lallyelias87@gmail.com"
},
"homepage": "https://github.com/CodeTanzania/majifix-account",
"sandbox": {
"url": "https://majifix-account.herokuapp.com/v1/accounts"
},
"devDependencies": {
"@benmaruchu/faker": "^4.2.1",
"chai": "^4.1.2",
"grunt": "^1.0.3",
"grunt-apidoc": "^0.11.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"jshint-stylish": "^2.2.1",
"mocha": "^5.2.0",
"mongoose": "^5.2.1",
"nodemon": "^1.17.5",
"sinon": "^6.1.0",
"sinon-chai": "^3.2.0",
"sinon-mongoose": "^2.2.0",
"superagent": "^3.8.3",
"supertest": "^3.1.0"
},
"dependencies": {
"@codetanzania/majifix-common": "^0.5.0",
"@codetanzania/majifix-jurisdiction": "^1.3.1",
"@lykmapipo/express-common": "^0.6.0",
"async": "^2.6.1",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"mongoose-geojson-schemas": "^0.5.0",
"mongoose-rest-actions": "^0.14.0"
},
"engines": {
"node": ">=8.6.0",
"npm": ">=5.3.0"
}
}