Skip to content

Commit

Permalink
initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
roachjc committed Sep 14, 2017
1 parent ea4af50 commit 039007b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Empty file added .gitignore
Empty file.
Empty file added client/index.jsx
Empty file.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
Empty file added webpack.config.js
Empty file.

0 comments on commit 039007b

Please sign in to comment.