forked from medic/medic-bulk-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 971 Bytes
/
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
{
"name": "medic-bulk-utils",
"version": "0.8.2",
"description": "Command line tools and documentation to help manage large amounts of Medic Mobile data.",
"homepage": "https://github.com/medic/medic-bulk-utils",
"repository": "https://github.com/medic/medic-bulk-utils",
"license": "MIT",
"main": "./main.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"publish": "make publish"
},
"bin": {
"medic-import": "./import",
"medic-format-csv": "./format-csv",
"medic-export-mysql-query": "./export-mysql-query",
"medic-csv-to-json": "./csv-to-json",
"medic-extend-properties": "./extend-properties",
"medic-update-embedded": "./update-embedded",
"medic-stats": "./stats"
},
"dependencies": {
"fast-csv": "^2.1.0",
"flat": "^2.0.1",
"moment": "^2.17.1",
"password-generator": "^2.0.2",
"underscore": "^1.8.3",
"uuid": "^2.0.2"
},
"devDependencies": {
"doctoc": "^1.2.0"
}
}