Customize boilerplate for project

Add a free license, write readme, change app and project name, update
info in package.json.
This commit is contained in:
2017-02-03 00:26:46 -07:00
parent 367ec26e79
commit 49d649a3b3
12 changed files with 75 additions and 28 deletions
+11 -8
View File
@@ -1,13 +1,16 @@
{
"name": "Counter",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"setup_project": "npm run step1; npm run step2",
"step1": "rm -rf node_modules/react-native/node_modules/react; rm -rf node_modules/react-native/node_modules/fbjs; rm -rf node_modules/react/node_modules/fbjs",
"step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
"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",