{
  "name": "android-versions",
  "version": "2.1.1",
  "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"
}
