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" +}