{
  "name": "mao-rn-android-kit",
  "version": "0.5.0",
  "author": "maolion.j@gmail.com",
  "description": "为 React Native 开发 提供的一些Android原生模块/组件 (react native, CoordinatorLayout, AppBarLayout, TabLayout, NestedScrollView, PopupWindow)",
  "keywords": [
    "mao-rn-android-kit",
    "react-native",
    "react native",
    "android",
    "support design",
    "AppBarLayout",
    "NestedScrollView",
    "CoordinatorLayout",
    "PopupWindowAndroid",
    "NestedScrollView",
    "PopupWindow",
    "Gravity",
    "Dimensions"
  ],
  "bugs": {
    "url": "https://github.com/maolion/mao-rn-android-kit/issues"
  },
  "main": "./index.js",
  "typings": "./index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/maolion/mao-rn-android-kit.git"
  },
  "homepage": "https://github.com/maolion/mao-rn-android-kit",
  "scripts": {
    "start": "tsc --watch",
    "tslint": "tslint",
    "lint": "tslint -p tsconfig.json -c tslint.json --type-check",
    "build": "npm run lint && tsc --declaration",
    "debug": "./scripts/debug.sh",
    "deploy": "./scripts/deploy.sh",
    "prepublishOnly": ""
  },
  "dependencies": {
    "react-mixins-decorator": "^0.1.18"
  },
  "devDependencies": {
    "tslint": "^5.1.0",
    "typescript": "^2.2.2",
    "vts": "^5.0.1"
  }
}
