exact-resistor-calculator/package.json

25 lines
668 B
JSON
Raw Normal View History

2017-02-02 05:09:06 +00:00
{
"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"
},
2017-02-02 05:09:06 +00:00
"scripts": {
"start": "react-native start"
2017-02-02 05:09:06 +00:00
},
"author": "Tanner Collin (http://github.com/tannercollin)",
"license": "MIT",
2017-02-02 05:09:06 +00:00
"dependencies": {
"react": "15.3.2",
"react-native": "0.34.0",
"react-native-drawer": "^2.3.0",
"react-native-vector-icons": "^4.0.0",
2017-02-02 05:09:06 +00:00
"react-redux": "4.4.5",
"redux": "3.5.2",
"redux-actions": "0.11.0",
"redux-thunk": "2.1.0"
}
}