install webpack

master
Matt Huntington 9 years ago
commit 5263655aa4

1
.gitignore vendored

@ -0,0 +1 @@
node_modules

@ -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"
}
}
Loading…
Cancel
Save