{
  "name": "react-native-modal-select-option",
  "version": "0.0.7",
  "description": "react-native dropdown select option with modal",
  "main": "lib/Dropdown.js",
  "scripts": {
    "build": "rimraf lib && babel src --ignore '_*' --out-dir lib",
    "prepublish": "npm run build",
    "lint": "eslint --max-warnings 0 .",
    "typecheck": "flow",
    "test-src": "mocha src/__tests__/*.js src/**/__tests__/*.js",
    "test": "npm run lint && npm run typecheck && npm run test-src"
  },
  "dependencies": {
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.0.4",
    "babel-plugin-transform-class-properties": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-2": "^6.5.0",
    "enzyme": "^2.5.1",
    "eslint": "^2.12.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-flow-vars": "^0.4.0",
    "eslint-plugin-react": "^5.1.1",
    "expect": "^1.20.1",
    "flow-bin": "^0.27.0",
    "mocha": "^2.5.3",
    "rimraf": "^2.5.2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://github.com/theredfoxfire/react-native-dropdown-modal.git"
  },
  "keywords": [
    "react-native",
    "dropdown",
    "es6-class",
    "select-option",
    "modal"
  ],
  "author": "vizzlearn@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/theredfoxfire/react-native-dropdown-modal.git"
  },
  "homepage": "https://github.com/theredfoxfire/react-native-dropdown-modal.git",
  "readme": "https://github.com/theredfoxfire/react-native-dropdown-modal/blob/master/README.md"
}
