react-native-tag-selector
Version:
Simple React Native tag selector control with folding
28 lines (27 loc) • 621 B
JSON
{
"name": "react-native-tag-selector",
"version": "0.0.3",
"description": "Simple React Native tag selector control with folding",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thedukeatreides/react-native-tag-selector.git"
},
"keywords": [
"react-native",
"select",
"tag",
"react"
],
"author": "Yuri Shaposhnik",
"license": "MIT",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.53.1"
}
}