Files
webpack/package.json
Joe 7a2e7ee843 Autogen index - makes it fail...
not sure why, but don't want to soend time on it.
2018-06-28 12:34:58 -05:00

21 lines
385 B
JSON

{
"name": "webpack",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"lodash": "^4.17.10"
}
}