@iapps/visualization
Version:
90-90-90 HIV Prevention, Engagement and Care Cascade Graph(i.e Treatment target graph to help end the AIDS epidemic)
42 lines (41 loc) • 1.21 kB
JSON
{
"name": "@iapps/visualization",
"version": "1.0.7",
"description": "90-90-90 HIV Prevention, Engagement and Care Cascade Graph(i.e Treatment target graph to help end the AIDS epidemic)",
"main": "index.js",
"scripts": {
"start": "node cascade/index-spec.js",
"start:test": "mocha cascade",
"start:test-coverage": "nyc mocha cascade/*",
"start:coverage": "nyc --reporter=lcov ---reporter=text-lcov npm test",
"start:publish": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hisptz/90-90-90-cascade-graph-library.git"
},
"keywords": [
"90-90-90-cascade-graph",
"dhis2",
"nacp",
"codebible",
"hisptz",
"udsm",
"cascade"
],
"author": "Walter V. Faustine <waltervfaustine@gmail.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hisptz/90-90-90-cascade-graph-library/issues"
},
"homepage": "https://github.com/hisptz/90-90-90-cascade-graph-library#readme",
"devDependencies": {
"@babel/register": "^7.6.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
},
"dependencies": {
"babel-register": "^6.26.0",
"lodash": "^4.17.15"
}
}