{ "name": "slap", "version": "0.1.54", "description": "Sublime-like terminal-based text editor", "preferGlobal": true, "main": "lib/cli.js", "bin": { "slap": "./slap.js" }, "scripts": { "start": "./slap.js", "debug": "node-debug ./slap.js", "test": "spec/index.js", "cover": "istanbul cover spec/index.js" }, "repository": { "type": "git", "url": "https://github.com/slap-editor/slap.git" }, "bugs": "https://github.com/slap-editor/slap/issues", "author": "", "license": "MIT", "dependencies": { "base-widget": "1.0.8", "blessed": "0.1.81", "bluebird": "3.0.5", "editor-widget": "1.0.15", "lodash": "3.10.1", "mkdirp": "0.5.1", "node-clap": "0.0.5", "rc": "1.1.5", "slap-clipboard-plugin": "0.0.13", "slap-util": "1.0.5", "update-notifier": "0.5.0" }, "devDependencies": { "get-random-port": "0.0.1", "istanbul": "0.4.0", "node-inspector": "0.12.3", "tape": "4.2.2" } }