slap/package.json

43 lines
975 B
JSON
Raw Permalink Normal View History

2014-04-21 22:20:48 +04:00
{
2014-04-28 12:48:47 +04:00
"name": "slap",
2016-11-24 22:07:31 +03:00
"version": "0.1.61",
2014-12-21 08:52:13 +03:00
"description": "Sublime-like terminal-based text editor",
"preferGlobal": true,
2015-03-31 03:14:03 +03:00
"main": "lib/cli.js",
2014-04-26 21:07:26 +04:00
"bin": {
2015-06-03 05:14:05 +03:00
"slap": "./slap.js"
2014-04-26 21:07:26 +04:00
},
2014-04-21 22:20:48 +04:00
"scripts": {
2015-06-03 05:14:05 +03:00
"start": "./slap.js",
"debug": "node-debug ./slap.js",
"test": "spec/index.js",
"cover": "istanbul cover spec/index.js"
2014-04-21 22:20:48 +04:00
},
"repository": {
"type": "git",
"url": "https://github.com/slap-editor/slap.git"
2014-04-21 22:20:48 +04:00
},
"bugs": "https://github.com/slap-editor/slap/issues",
2014-04-21 22:20:48 +04:00
"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"
2014-04-30 10:44:23 +04:00
},
"devDependencies": {
"get-random-port": "0.0.1",
"istanbul": "0.4.4",
"node-inspector": "0.12.8",
"tape": "4.6.3"
2014-04-21 22:20:48 +04:00
}
}