UNPKG

dish2

Version:

Dish2 is a command line tool for DHIS 2 Web API interaction

47 lines (46 loc) 1.57 kB
{ "name": "dish2", "version": "0.2.7", "description": "Dish2 is a command line tool for DHIS 2 Web API interaction", "engines": { "node": ">= 4.2.2" }, "dependencies": { "csvtojson": "0.4.6", "urllib": "2.19.0", "urllib-sync": "1.1.3", "yargs": "3.31.0", "prettyjson": "1.1.3" }, "repository": { "type": "git", "url": "git+https://github.com/baosystems/dish2.git" }, "keywords": [ "DHIS" ], "author": "Lars Helge Overland", "license": "BSD-2-Clause", "preferGlobal": true, "bin": { "dish_remove_org_units": "bin/remove_org_units.js", "dish_remove_objects": "bin/remove_objects.js", "dish_post_custom_form": "bin/post_custom_dataentryform.js", "dish_post_tracked_entity_instances": "bin/post_tracked_entity_instances.js", "dish_enroll_tracked_entity_instances": "bin/enroll_tracked_entity_instances.js", "dish_post_events": "bin/post_events.js", "dish_post_js": "bin/post_js.js", "dish_post_css": "bin/post_css.js", "dish_post_metadata": "bin/post_metadata.js", "dish_gen_analytics_tables": "bin/generate_analytics_tables.js", "dish_gen_resource_tables": "bin/generate_resource_tables.js", "dish_run_integrity_checks": "bin/run_integrity_checks.js", "dish_set_system_setting": "bin/set_system_setting.js", "dish_convert_to_json": "bin/convert_csv_to_json.js", "dish_get_resources": "bin/get_resources.js" }, "bugs": { "url": "https://github.com/baosystems/dish2/issues" }, "homepage": "https://github.com/baosystems/dish2#readme" }