slap/package.json

46 lines
1.0 KiB
JSON
Raw Normal View History

2014-04-21 22:20:48 +04:00
{
2014-04-28 12:48:47 +04:00
"name": "slap",
2015-10-17 19:27:08 +03:00
"version": "0.1.54",
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.8",
"blessed": "0.1.81",
"bluebird": "2.10.2",
"editor-widget": "1.0.15",
"lodash": "3.10.1",
"mkdirp": "0.5.1",
"node-clap": "0.0.5",
"rc": "1.1.2",
"slap-clipboard-plugin": "0.0.13",
"slap-util": "1.0.5",
"update-notifier": "0.5.0"
2014-04-30 10:44:23 +04:00
},
"devDependencies": {
"get-random-port": "0.0.1",
"istanbul": "0.4.0",
"node-inspector": "0.12.3",
"tape": "4.2.1"
},
"engines": {
2015-06-26 07:43:39 +03:00
"node": "<0.11 >=0.12.5"
2014-04-21 22:20:48 +04:00
}
}