{
  "name": "dev3s-react-native-prompt",
  "version": "1.0.2",
  "description": "A cross-platform prompt component for React Native. (~0.55.2)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dev3s/dev3s-react-native-prompt.git"
  },
  "scripts": {
    "install:example": "cd PromptExample && npm install",
    "build:android": "cd PromptExample/android && ./gradlew assembleRelease",
    "start:appium": "appium",
    "test:setup": "npm run install:example && npm run build:android",
    "test:feature": "mocha --require babel-core/register test/feature",
    "test": "npm run test:setup && npm run test:feature"
  },
  "main": "src/index.js",
  "files": [
    "android.demo.gif",
    "ios.demo.gif",
    "README.md",
    "LICENSE",
    "src"
  ],
  "keywords": [
    "react-native",
    "react",
    "prompt",
    "spinner",
    "dropdown",
    "react-component",
    "ios",
    "android",
    "dev3"
  ],
  "author": "Dev3 Solutions <contato@dev3s.com.br> (http://dev3s.com.br/)",
  "license": "ISC",
  "devDependencies": {
    "appium": "^1.4.16",
    "babel-core": "^6.4.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-native": "^1.9.0",
    "babel-preset-stage-2": "^6.3.13",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.2.0",
    "colors": "^1.1.2",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2",
    "wd": "^0.4.0"
  },
  "bugs": {
    "url": "https://github.com/dev3s/dev3s-react-native-prompt/issues"
  },
  "homepage": "https://github.com/dev3s/dev3s-react-native-prompt#readme",
  "directories": {
    "test": "test"
  }
}
