aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..23b0fa9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "vim-vixen",
+ "description": "Vim vixen",
+ "scripts": {
+ "start": "webpack -w --debug"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/ueokande/vim-vixen.git"
+ },
+ "author": "Shin'ya Ueoka",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/ueokande/vim-vixen/issues"
+ },
+ "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"
+ }
+}