-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "dish2",
"version": "0.2.8",
"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"
}