UNPKG

react-native-cardstack

Version:

react native component inspired by the iOS passbook app UI

59 lines (58 loc) 1.56 kB
{ "name": "react-native-cardstack", "version": "1.0.1", "description": "react native component inspired by the iOS passbook app UI", "main": "dist/index.js", "keywords": [ "update", "react-native", "react-component", "button", "code-push", "CodePush", "prompt", "manual-update", "ui" ], "repository": { "type": "git", "url": "git+https://github.com/cameronbourke/react-native-cardstack.git" }, "bugs": { "url": "https://github.com/cameronbourke/react-native-cardstack/issues" }, "scripts": { "start": "npm run compile:dev", "start:ios": "node CardStackDemo/node_modules/react-native/local-cli/cli.js start", "compile:dist": "babel src --out-dir dist", "compile:dev": "babel src -w --out-dir CardStackDemo/react-native-cardstack", "release": "npm version 1.0.0 && git push && git push --tags && npm publish", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "files": [ "dist" ], "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/CardStackDemo/react-native-cardstack" ], "testRegex": "(src/.*(test|spec))\\.jsx?$" }, "author": "Cameron Bourke <cameron2295@gmail.com> (http://cameronbourke.com/)", "license": "MIT", "peerDependencies": { "react": ">=15.0.0" }, "devDependencies": { "babel-cli": "6.18.0", "babel-preset-es2015": "6.18.0", "babel-preset-react": "6.16.0", "react": "15.4.2" }, "dependencies": { "babel-jest": "^18.0.0" } }