commit 5263655aa413e0d19c8fe44ab40357be98a5bd44 Author: Matt Huntington Date: Tue May 2 12:57:20 2017 -0400 install webpack diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json new file mode 100644 index 0000000..2f9a50f --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "react-redux", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mahuntington/react-redux.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/mahuntington/react-redux/issues" + }, + "homepage": "https://github.com/mahuntington/react-redux#readme", + "devDependencies": { + "webpack": "^2.4.1" + } +}