From 039007b880b99de6a518bbc91cf710be2abc35c0 Mon Sep 17 00:00:00 2001 From: Jon Roach Date: Thu, 14 Sep 2017 11:51:26 -0700 Subject: [PATCH] initial setup --- .gitignore | 0 client/index.jsx | 0 package.json | 19 +++++++++++++++++++ webpack.config.js | 0 4 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 client/index.jsx create mode 100644 package.json create mode 100644 webpack.config.js 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