UNPKG

react-native-material-kit-edge

Version:
46 lines (45 loc) 1.19 kB
{ "name": "react-native-material-kit-edge", "version": "0.5.0", "description": "Bringing Material Design to React Native. Fork by Airbitz", "main": "lib/index.js", "author": "Yingxin Wu <yingxinwu.g@gmail.com>", "contributors": [ "Quentin Valmori (https://github.com/Crash--)", "Alexander Price (https://github.com/alexprice91)", "Paul Puey <paul@airbitz.co>" ], "license": "MIT", "keywords": [ "react", "native", "react-component", "react-native", "react-native-component", "ios", "android", "material design", "MaterialKit" ], "homepage": "https://github.com/Airbitz/react-native-material-kit-edge", "bugs": "https://github.com/Airbitz/react-native-material-kit-edge/issues", "repository": { "type": "git", "url": "git://github.com/Airbitz/react-native-material-kit-edge.git" }, "devDependencies": { "babel-eslint": "^6.0.2", "eslint": "^2.9.0", "eslint-config-airbnb": "^6.2.0", "eslint-plugin-react": "^4.3.0", "gulp": "^3.9.0", "gulp-docco": "0.0.4" }, "dependencies": { "prop-types": "^15.5.10", "ramda": "^0.24.1" }, "scripts": { "lint": "eslint lib" } }