diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/client/index.jsx b/client/index.jsx new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..c6fdc62 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "webpackmonitor", + "version": "1.0.0", + "description": "A tool for monitoring webpack optimization metrics through the development process", + "main": "app.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/webpackmonitor/webpackmonitor.git" + }, + "author": "Jon Roach, Balal Zuhair, Gordon Yu", + "license": "MIT", + "bugs": { + "url": "https://github.com/webpackmonitor/webpackmonitor/issues" + }, + "homepage": "https://github.com/webpackmonitor/webpackmonitor#readme" +} diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..e69de29