slap/package.json

43 lines
975 B
JSON
Raw Normal View History

2014-04-21 22:20:48 +04:00
{
2014-04-28 12:48:47 +04:00
"name": "slap",
2015-12-24 05:19:35 +03:00
"version": "0.1.58",
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.0.9",
"blessed": "0.1.81",
"bluebird": "3.1.1",
"editor-widget": "1.1.0",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"node-clap": "0.0.5",
"rc": "1.1.6",
"slap-util": "1.0.6",
"ttys": "0.0.3",
"update-notifier": "0.6.0"
2014-04-30 10:44:23 +04:00
},
"devDependencies": {
"get-random-port": "0.0.1",
"istanbul": "0.4.1",
"node-inspector": "0.12.5",
"tape": "4.4.0"
2014-04-21 22:20:48 +04:00
}
}