diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json index 1d38cb0..ecdf94f 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,11 @@ "bugs": { "url": "https://github.com/ueokande/vim-vixen/issues" }, - "homepage": "https://github.com/ueokande/vim-vixen" + "homepage": "https://github.com/ueokande/vim-vixen", + "devDependencies": { + "babel-cli": "^6.24.1", + "babel-loader": "^7.1.1", + "babel-preset-es2015": "^6.24.1", + "webpack": "^3.5.3" + } } |