Files: 6f0bcfeb876e050c3b3c9c4f6363d9719ede2783 / package.json
833 bytesRaw
1 | { |
2 | "dependencies": { |
3 | "request": "^2.88.0", |
4 | "request-promise-native": "^1.0.5", |
5 | "xml2js": "^0.4.19" |
6 | }, |
7 | "devDependencies": { |
8 | "tape": "^4.9.1" |
9 | }, |
10 | "name": "huawei-mifi", |
11 | "description": "> Gather stats from Huawei MiFi Device", |
12 | "version": "0.0.0", |
13 | "main": "index.js", |
14 | "directories": { |
15 | "test": "test" |
16 | }, |
17 | "scripts": { |
18 | "test": "node test.js" |
19 | }, |
20 | "repository": { |
21 | "type": "git", |
22 | "url": "git+https://github.com/bencevans/huawei-mifi.git" |
23 | }, |
24 | "keywords": [ |
25 | "huawei", |
26 | "mifi", |
27 | "three", |
28 | "wifi", |
29 | "stats", |
30 | "mobile", |
31 | "internet" |
32 | ], |
33 | "author": "Ben Evans <ben@bluechimp.io> (https://bencevans.io)", |
34 | "license": "MIT", |
35 | "bugs": { |
36 | "url": "https://github.com/bencevans/huawei-mifi/issues" |
37 | }, |
38 | "homepage": "https://github.com/bencevans/huawei-mifi#readme" |
39 | } |
40 |
Built with git-ssb-web