UNPKG

pie-react-native

Version:

[![npm download][download-image]][download-url]

55 lines (54 loc) 1.55 kB
{ "name": "pie-react-native", "version": "0.1.5", "devDependencies": { "babel-eslint": "^8.0.1", "eslint": "^4.8.0", "eslint-plugin-react": "^7.4.0", "eslint-plugin-react-native": "^3.1.0", "jest-expo": "^21.0.2", "react-native-scripts": "1.5.0", "react-test-renderer": "16.0.0-alpha.12", "rnpm": "^1.9.0" }, "scripts": { "start": "sudo sysctl -w fs.inotify.max_user_instances=1024 && sudo sysctl -w fs.inotify.max_user_watches=12288 && react-native-scripts start", "eject": "react-native-scripts eject", "android": "react-native-scripts android", "ios": "react-native-scripts ios", "test": "node node_modules/jest/bin/jest.js --watch" }, "jest": { "preset": "jest-expo" }, "dependencies": { "expo": "^21.0.0", "prop-types": "^15.6.0", "react": "16.0.0-alpha.12", "react-native": "^0.48.4", "react-native-credit-card": "^0.1.9", "react-native-elements": "^0.17.0", "react-native-keyboard-spacer": "^0.4.1", "react-native-loading-spinner-overlay": "^0.5.2" }, "rnpm": { "assets": [ "assets/fonts" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/JamesKator/pie-react-native.git" }, "description": "[![npm download][download-image]][download-url]", "bugs": { "url": "https://github.com/JamesKator/pie-react-native/issues" }, "homepage": "https://github.com/JamesKator/pie-react-native#readme", "keywords": [ "Pie" ], "author": "", "license": "MIT", "main": "index.js" }