{
  "name": "react-native-allui",
  "version": "1.0.4",
  "description": "React Native full station development of UI framework",
  "main": "AllUI.js",
  "bugs": {
    "email": "deiyc@vip.qq.com",
    "url": "https://github.com/Adversarys/react-native-allui/issues"
  },
  "author": {
    "name": "Afriend",
    "email": "deiyc@vip.qq.com",
    "url": "hhttps://github.com/Adversarys/react-native-allui"
  },
  "homepage": "https://github.com/Adversarys/react-native-allui/blob/master/README.md",
  "repository": "https://github.com/Adversarys/react-native-allui",
  "private": false,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "keywords": [
    "react-native",
    "react-native-ui",
    "react-native-allui"
  ],
  "dependencies": {
  },
  "devDependencies": {
    "babel-jest": "22.4.3",
    "babel-preset-react-native": "4.0.0",
    "jest": "22.4.3",
    "react-test-renderer": "16.3.1",
    "react": "16.3.1",
    "react-native": "0.55.2"
  },
  "jest": {
    "preset": "react-native"
  }
}