-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
45 lines (45 loc) · 1 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
{
"name": "dialog-router-api",
"version": "0.0.3",
"description": "A wrapper to connect with and query the API on the Huawei 4G routers provided by Dialog Axiata",
"main": "index.js",
"scripts": {
"test": "mocha ./tests"
},
"keywords": [
"dialog",
"huawei",
"4g",
"lte",
"sri lanka",
"B310",
"api",
"router",
"network"
],
"author": "Ishan Marikar <ishan.marikar@outlook.com>",
"license": "MIT",
"dependencies": {
"default": "^0.1.1",
"pretty-bytes": "^4.0.2",
"request": "^2.69.0",
"url-join": "1.1.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^3.2.0",
"should": "^11.1.2"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishan-marikar/dialog-router-api.git"
},
"bugs": {
"url": "https://github.com/ishan-marikar/dialog-router-api/issues"
},
"homepage": "https://github.com/ishan-marikar/dialog-router-api#readme"
}