dorita980-node18 – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | { |
2 | "name": "dorita980", |
||
3 | "version": "3.1.11-was", |
||
4 | "description": "Unofficial iRobot Roomba 980 and wifi other enabled series library sdk", |
||
5 | "main": "./index.js", |
||
6 | "directories": { |
||
7 | "test": "test" |
||
8 | }, |
||
9 | "scripts": { |
||
10 | "pretest": "npm install", |
||
11 | "check:style": "eslint .", |
||
12 | "test": "_mocha -- $npm_package_config_mocha && npm run check:style", |
||
13 | "test:coverage:run": "istanbul cover _mocha -- $npm_package_config_mocha", |
||
14 | "test:coverage:check": "istanbul check-coverage --functions 80", |
||
15 | "test:coverage": "npm run test:coverage:run && npm run test:coverage:check", |
||
16 | "getpassword": "node ./bin/getpassword.js", |
||
17 | "get-password-cloud": "node ./bin/getPasswordCloud.js" |
||
18 | }, |
||
19 | "bin": { |
||
20 | "get-roomba-password": "./bin/getpassword.js", |
||
21 | "get-roomba-password-cloud": "./bin/getPasswordCloud.js" |
||
22 | }, |
||
23 | "repository": { |
||
24 | "type": "git", |
||
25 | "url": "git+https://github.com/koalazak/dorita980.git" |
||
26 | }, |
||
27 | "devDependencies": { |
||
28 | "chai": "^3.5.0", |
||
29 | "chai-as-promised": "^6.0.0", |
||
30 | "mocha": "^3.1.2", |
||
31 | "istanbul": "^0.4.0", |
||
32 | "semistandard": "^9.1.0", |
||
33 | "eslint": "^4.18.2", |
||
34 | "eslint-config-standard": "^6.2.0", |
||
35 | "eslint-config-semistandard": "^7.0.0", |
||
36 | "eslint-plugin-promise": "^3.0.0", |
||
37 | "eslint-plugin-standard": "^2.0.1", |
||
38 | "proxyquire": "^1.7.10" |
||
39 | }, |
||
40 | "keywords": [ |
||
41 | "unofficial", |
||
42 | "iRobot", |
||
43 | "Roomba", |
||
44 | "980", |
||
45 | "wifi", |
||
46 | "i7", |
||
47 | "e5", |
||
48 | "960", |
||
49 | "690", |
||
50 | "675", |
||
51 | "library", |
||
52 | "sdk", |
||
53 | "robot", |
||
54 | "local", |
||
55 | "cloud", |
||
56 | "alexa", |
||
57 | "vacuum", |
||
58 | "cleaner", |
||
59 | "IoT" |
||
60 | ], |
||
61 | "author": "koalazak <zak.tux@gmail.com>", |
||
62 | "license": "MIT", |
||
63 | "bugs": { |
||
64 | "url": "https://github.com/koalazak/dorita980/issues" |
||
65 | }, |
||
66 | "homepage": "https://github.com/koalazak/dorita980#readme", |
||
67 | "dependencies": { |
||
68 | "mqtt": "^4.3.7", |
||
69 | "request": "^2.74.0", |
||
70 | "request-promise": "^4.1.1" |
||
71 | } |
||
72 | } |