UNPKG

android-device-list

Version:
41 lines (40 loc) 927 B
{ "name": "android-device-list", "version": "1.2.10", "description": "List of Android Supported Devices", "main": "index.js", "engines": { "node": ">=4" }, "scripts": { "test": "ava && npm run lint", "lint": "eslint index.js build.js", "build": "node ./build.js" }, "author": "Peter Bakondy", "license": "MIT", "keywords": [ "android", "device", "devices", "model", "name", "list" ], "devDependencies": { "ava": "^4.3.3", "axios": "^0.27.2", "babyparse": "^0.4.6", "eslint": "^8.23.1", "iconv-lite": "^0.6.3" }, "repository": { "type": "git", "url": "https://github.com/pbakondy/android-device-list.git" }, "bugs": { "url": "https://github.com/pbakondy/android-device-list/issues" }, "homepage": "https://github.com/pbakondy/android-device-list#readme", "dependencies": {} }