UNPKG

adbkit-logcat

Version:

A Node.js interface for working with Android's logcat output.

38 lines (37 loc) 777 B
{ "name": "adbkit-logcat", "version": "2.0.1", "description": "A Node.js interface for working with Android's logcat output.", "keywords": [ "adb", "adbkit", "logcat" ], "bugs": { "url": "https://github.com/openstf/adbkit-logcat/issues" }, "license": "Apache-2.0", "author": { "name": "The OpenSTF Project", "email": "contact@openstf.io", "url": "https://openstf.io" }, "main": "./index", "repository": { "type": "git", "url": "https://github.com/openstf/adbkit-logcat.git" }, "scripts": { "test": "mocha --recursive" }, "dependencies": {}, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.0.2", "sinon": "^1.17.5", "sinon-chai": "^2.8.0" }, "engines": { "node": ">= 4" } }