summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-12-08 12:06:16 +0200
committerYuval Adam <yuval@y3xz.com>2015-12-08 12:06:16 +0200
commitc52b19823b2575130b3ef1e133f494b176fa1500 (patch)
tree83c2a1b1765fb07bd7c38448672aecbd4c13af03 /package.json
parent2b93429ff34bc489998a326c8698df54e269846a (diff)
Initial webpack stuff
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 95be4e6..e9cc590 100644
--- a/package.json
+++ b/package.json
@@ -7,5 +7,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
- "license": "ISC"
+ "license": "ISC",
+ "devDependencies": {
+ "webpack": "^1.12.9",
+ "webpack-dev-server": "^1.14.0"
+ }
}