-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "ndoh-jsbox",
"version": "0.0.1",
"description": "NDOH pregnancy register application",
"main": "lib/app.js",
"scripts": {
"test": "grunt test",
"hh_update_institutions": "node src/hh_update_institutions"
},
"repository": {
"type": "git",
"url": "git://github.com/praekeltfoundation/ndoh-jsbox"
},
"keywords": [
"vumi",
"sandbox"
],
"author": "Praekelt Foundation",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/praekeltfoundation/ndoh-jsbox/issues"
},
"homepage": "https://github.com/praekeltfoundation/ndoh-jsbox",
"dependencies": {
"go-jsbox-metrics-helper": "^0.2.0",
"lodash": "^4.17.21",
"moment": "~2.29.2",
"q": "~0.9.7",
"seed-jsbox-utils": "^0.5.0",
"vumigo_v02": "~0.3"
},
"devDependencies": {
"csv-parse": "^4.14.0",
"grunt": "^1.4.1",
"grunt-cli": "~1.3.2",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "~0.13.3",
"jshint": "^2.13.4",
"mocha": "^9.2.1"
}
}