UNPKG

bayst

Version:
45 lines (44 loc) 1.08 kB
{ "name": "bayst", "version": "1.0.12", "description": "React Native UI Library", "homepage": "https://github.com/thomaswright/bayst#readme", "bugs": { "url": "https://github.com/thomaswright/bayst/issues" }, "main": "source/index.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/thomaswright/bayst.git" }, "keywords": [ "react", "reactjs", "react native", "react-native", "reactnative" ], "author": "Thomas Wright <contact@unclesoup.com>", "license": "MIT", "dependencies": { "chroma-js": "^1.2.1", "react-addons-pure-render-mixin": "^15.3.2", "react-native-vector-icons": "^2.1.0" }, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "jest": { "preset": "jest-react-native" }, "devDependencies": { "babel-jest": "16.0.0", "babel-preset-react-native": "1.9.0", "jest": "16.0.2", "jest-react-native": "16.0.0", "react-test-renderer": "15.3.2", "react": "15.3.2", "react-native": "0.35.0" } }