UNPKG

@codetanzania/emis-incident-type

Version:

A representation of an entity which classify emergency(or disaster) from the most generalised(nature and family) to the most specific (main event and peril).

105 lines (104 loc) 2.84 kB
{ "name": "@codetanzania/emis-incident-type", "version": "1.5.1", "description": "A representation of an entity which classify emergency(or disaster) from the most generalised(nature and family) to the most specific (main event and peril).", "main": "index.js", "scripts": { "test": "grunt test", "integration": "grunt integration", "dev": "BASE_PATH=./examples node ./examples/app.js", "format": "prettier --write \"{lib,test,.}/**/*.js\" --loglevel silent", "changelog": "changelog" }, "repository": { "type": "git", "url": "https://github.com/CodeTanzania/emis-incident-type.git" }, "keywords": [ "codetanzania", "lykmapipo", "emis", "emis-module", "disaster", "emergency", "hazard", "risk", "loss", "exposure", "resilience", "warning", "assessment", "drm", "mitigation", "preparedness", "response", "recovery", "event", "incident", "nature", "peril", "family" ], "contributors": [ { "name": "lykmapipo", "email": "lallyelias87@gmail.com", "url": "https://github.com/lykmapipo" } ], "license": "MIT", "bugs": { "url": "https://github.com/CodeTanzania/emis-incident-type/issues", "email": "lallyelias87@gmail.com" }, "homepage": "https://github.com/CodeTanzania/emis-incident-type", "sandbox": { "url": "https://emis-incident-type.herokuapp.com", "apiDoc": "https://codetanzania.github.io/emis-incident-type/", "client_id": "", "client_secret": "", "urls": [ { "resource": "IncidentType", "schema": "https://emis-incident-type.herokuapp.com/v1/incidenttypes/schema", "link": "https://emis-incident-type.herokuapp.com/v1/incidenttypes", "scopes": ["incidenttype:*"], "methods": ["get", "post", "put", "patch", "delete"] } ] }, "devDependencies": { "@benmaruchu/faker": "^4.2.1", "@codetanzania/majifix-common": "^0.12.4", "@lykmapipo/mongoose-test-helpers": ">=0.7.4", "chai": "^4.2.0", "generate-changelog": "^1.7.1", "grunt": "^1.0.4", "grunt-apidoc": "^0.11.0", "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-watch": "^1.1.0", "grunt-mocha-test": "^0.13.3", "jshint-stylish": "^2.2.1", "mocha": "^6.1.4", "mongoose": ">=5.4.19", "prettier": "^1.17.1", "supertest": "^4.0.2" }, "peerDependencies": { "mongoose": ">=5.5.11" }, "dependencies": { "@lykmapipo/env": ">=0.7.8", "@lykmapipo/express-common": ">=0.17.3", "@lykmapipo/include": ">=0.2.4", "@lykmapipo/mongoose-common": ">=0.23.4", "async": ">=3.0.1", "lodash": ">=4.17.11", "mongoose-rest-actions": ">=0.28.1", "randomcolor": ">=0.5.4" }, "engines": { "node": ">=8.11.1", "npm": ">=5.6.0" } }