UNPKG

react-native-physics

Version:

A physics library for React Native (in progress)

45 lines (44 loc) 1.07 kB
{ "name": "react-native-physics", "version": "0.0.5", "private": false, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", "ios": "react-native run-ios", "android": "react-native run-android" }, "dependencies": { "react": "16.0.0-alpha.12", "react-native": "0.48.4", "react-native-deprecated-custom-components": "^0.1.1", "react-redux": "^5.0.6", "redux": "^3.7.2" }, "devDependencies": { "babel-jest": "21.2.0", "babel-preset-react-native": "4.0.0", "jest": "21.2.0", "react-test-renderer": "16.0.0-alpha.12" }, "jest": { "preset": "react-native" }, "repository": { "type": "git", "url": "git+https://github.com/MiLeung/react-native-physics.git" }, "keywords": [ "react", "native", "physics", "Container", "Box" ], "author": "MiLeung", "license": "MIT", "bugs": { "url": "https://github.com/MiLeung/react-native-physics/issues" }, "homepage": "https://github.com/MiLeung/react-native-physics#readme" }