You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
668 B

{
"name": "exactresistorcalculator",
"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.4.1",
"react-native": "^0.41.1",
"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"
}
}