-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
47
{
"name": "menconnect-jsbox",
"version": "0.0.47",
"description": "MenConnect register application",
"main": "lib/app.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/praekeltfoundation/menconnect-jsbox"
},
"keywords": [
"vumi",
"sandbox"
],
"author": "Praekelt Foundation",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/praekeltfoundation/menconnect-jsbox/issues"
},
"homepage": "https://github.com/praekeltfoundation/menconnect-jsbox",
"dependencies": {
"@google-cloud/bigquery": "^5.3.0",
"@google-cloud/common": "^3.4.1",
"async": "^3.2.0",
"cjs-loader": "^0.1.0",
"eslint": "^7.12.1",
"go-jsbox-metrics-helper": "^0.2.0",
"jspot": "^0.3.15",
"lodash": "^4.17.20",
"moment": "~2.22.1",
"q": "~0.9.7",
"seed-jsbox-utils": "^0.4.1",
"vumigo_v02": "^0.3.0"
},
"devDependencies": {
"grunt": "~1.0.3",
"grunt-cli": "~1.3.2",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "~0.13.3",
"jshint": "^2.12.0",
"mocha": "^8.2.0"
}
}