UNPKG

iobroker.apple-find-me

Version:
63 lines (62 loc) 1.85 kB
{ "name": "iobroker.apple-find-me", "version": "0.0.15", "description": "Apple Find Me Connector", "author": { "name": "MasterDan", "email": "kontakt@daniel-lippert.de" }, "homepage": "https://github.com/PfisterDaniel/ioBroker.apple-find-me", "license": "MIT", "keywords": [ "Apple", "iPhone", "iMac", "iPad", "iCloud", "Location" ], "repository": { "type": "git", "url": "https://github.com/PfisterDaniel/ioBroker.apple-find-me" }, "dependencies": { "@iobroker/adapter-core": "^2.4.0", "moment-timezone": "^0.5.35", "urllib": "^2.36.1", "geopoint": "^1.0.1" }, "devDependencies": { "@iobroker/testing": "^2.5.4", "@types/chai": "^4.2.12", "@types/chai-as-promised": "^7.1.3", "@types/gulp": "^4.0.6", "@types/mocha": "^8.0.3", "@types/node": "^14.6.2", "@types/proxyquire": "^1.3.28", "@types/sinon": "^9.0.5", "@types/sinon-chai": "^3.2.4", "axios": ">=0.21.1", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", "gulp": "^4.0.2", "mocha": "^9.2.1", "proxyquire": "^2.1.3", "sinon": "^9.0.3", "sinon-chai": "^3.5.0" }, "main": "main.js", "scripts": { "test:js": "mocha --opts test/mocha.custom.opts", "test:package": "mocha test/package --exit", "test:unit": "mocha test/unit --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:js && npm run test:package", "release": "release-script", "lint": "eslint" }, "bugs": { "url": "https://github.com/PfisterDaniel/ioBroker.apple-find-me/issues" }, "readmeFilename": "README.md" }