Commit 6f0bcfeb876e050c3b3c9c4f6363d9719ede2783
package
Ben Evans committed on 11/17/2018, 6:10:19 PMParent: 0c4c44e351d3e0240f07f863907e8cd50528e40e
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -5,6 +5,35 @@ | |||
5 | 5 … | "xml2js": "^0.4.19" | |
6 | 6 … | }, | |
7 | 7 … | "devDependencies": { | |
8 | 8 … | "tape": "^4.9.1" | |
9 | - } | ||
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" | ||
10 | 39 … | } |
Built with git-ssb-web