Tanner Collin
49d649a3b3
Add a free license, write readme, change app and project name, update info in package.json.
25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|