25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|