android-versions
Version:
Get the name, API level, version level, or version code from any version of Android.
39 lines (38 loc) • 762 B
JSON
{
"name": "android-versions",
"version": "2.1.0",
"description": "Get the name, API level, version level, or version code from any version of Android.",
"main": "index.js",
"scripts": {
"test": "tape tests/**/*.js",
"jshint": "jshint ."
},
"dependencies": {
"semver": "^7.5.2"
},
"devDependencies": {
"jshint": "^2.13.6",
"tape": "^5.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dvoiss/android-versions"
},
"bugs": {
"url": "https://github.com/dvoiss/android-versions/issues"
},
"keywords": [
"android",
"version",
"versions",
"nougat",
"marshmallow",
"api",
"level"
],
"pre-commit": [
"jshint"
],
"author": "dvoiss",
"license": "MIT"
}