slap/package.json

43 lines
975 B
JSON

{
"name": "slap",
"version": "0.1.61",
"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.1.0",
"blessed": "0.1.81",
"bluebird": "3.4.1",
"editor-widget": "1.1.1",
"lodash": "4.14.1",
"mkdirp": "0.5.1",
"node-clap": "0.0.5",
"rc": "1.1.6",
"slap-util": "1.0.7",
"ttys": "0.0.3",
"update-notifier": "1.0.3"
},
"devDependencies": {
"get-random-port": "0.0.1",
"istanbul": "0.4.4",
"node-inspector": "0.12.8",
"tape": "4.6.3"
}
}