{
  "name": "react-native-material-kit",
  "version": "0.2.0",
  "description": "Bringing Material Design to React Native",
  "main": "lib/index.js",
  "author": "Yingxin Wu <yingxinwu.g@gmail.com>",
  "contributors": [
    "All Contributors (https://github.com/xinthink/react-native-material-kit/graphs/contributors)"
  ],
  "license": "MIT",
  "keywords": [
    "react",
    "native",
    "react-component",
    "react-native",
    "react-native-component",
    "ios",
    "android",
    "material design",
    "MaterialKit"
  ],
  "homepage": "https://github.com/xinthink/react-native-material-kit",
  "bugs": "https://github.com/xinthink/react-native-material-kit/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/xinthink/react-native-material-kit.git"
  },
  "peerDependencies": {
    "react-native": ">=0.12.0 <1.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^4.0.10",
    "eslint": "^1.1.0",
    "eslint-plugin-react": "^3.2.3",
    "gulp": "^3.9.0",
    "gulp-docco": "0.0.4"
  },
  "dependencies": {
    "tinycolor2": "^1.1.2"
  }
}
