aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 22:28:06 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-11 22:28:06 +0900
commitd67c1b5a6d577ef31bddffcf59cf3d14fa6111fe (patch)
tree297b0398881dca4b2aa8fc4f3378e90193656509
parentf39c14c127fc0746fc728b36d3774bf64055c61f (diff)
init npm
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..1d38cb0
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "vim-vixen",
+ "description": "Vim vixen",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "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"
+}