slap/package.json

43 lines
993 B
JSON

{
"name": "slap",
"version": "0.1.55",
"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.9",
"blessed": "0.1.81",
"bluebird": "3.0.5",
"editor-widget": "1.1.0",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"node-clap": "0.0.5",
"rc": "1.1.5",
"slap-clipboard-plugin": "0.0.14",
"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"
}
}