{ "name": "exact-resistor-calculator", "version": "1.0.0", "description": "Recommends resistors to combine in parallel to meet an exact target.", "repository": { "type": "git", "url": "https://github.com/tannercollin/exact-resistor-calculator" }, "scripts": { "start": "react-native start" }, "author": "Tanner Collin (http://github.com/tannercollin)", "license": "MIT", "dependencies": { "react": "15.3.2", "react-native": "0.34.0", "react-native-drawer": "^2.3.0", "react-native-vector-icons": "^4.0.0", "react-redux": "4.4.5", "redux": "3.5.2", "redux-actions": "0.11.0", "redux-thunk": "2.1.0" } }