UNPKG

neovim-client

Version:
48 lines (47 loc) 1.05 kB
{ "name": "neovim-client", "description": "Neovim client library", "version": "2.1.0", "homepage": "https://github.com/neovim/node-client", "author": { "name": "Thiago de Arruda", "email": "tpadilha84@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/neovim/node-client" }, "bugs": { "url": "https://github.com/neovim/node-client/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/neovim/node-client/blob/master/LICENSE-MIT" } ], "main": "./index", "dependencies": { "lodash": "^4.13.1", "msgpack5rpc": "^1.0.2", "traverse": "^0.6.6" }, "devDependencies": { "@types/node": "^6.0.34", "mocha": "^2.2.5", "nodemon": "^1.3.7", "typescript": "^2.0.0", "which": "^1.1.1" }, "scripts": { "test": "make test", "prepublish": "[ -r ~/.global.npmignore ] && cat ~/.global.npmignore > .npmignore || true" }, "keywords": [ "neovim", "neovim-client", "nvim", "nvim-client", "vim" ] }