slap/package.json

48 lines
1.1 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-06-26 06:25:23 +03:00
"version": "0.1.35",
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",
2015-03-31 03:14:03 +03:00
"test": "test/index.js",
"cover": "istanbul cover test/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.0",
2015-06-04 05:26:38 +03:00
"blessed": "^0.1.60",
2014-10-20 11:31:02 +04:00
"bluebird": "^2.3.6",
"editor-widget": "^1.0.0",
2015-06-04 05:26:38 +03:00
"lodash": "^3.9.3",
"longjohn": "^0.2.4",
"mkdirp": "^0.5.0",
2015-06-03 05:14:05 +03:00
"node-clap": "^0.0.5",
2015-03-19 06:44:39 +03:00
"rc": "^1.0.0",
"slap-clipboard-plugin": "^0.0.12",
2015-06-26 06:23:19 +03:00
"slap-util": "^1.0.1",
2015-06-04 05:26:38 +03:00
"update-notifier": "^0.5.0",
2015-06-06 18:38:58 +03:00
"winston": "^1.0.0"
2014-04-30 10:44:23 +04:00
},
"devDependencies": {
2015-01-30 19:50:06 +03:00
"istanbul": "^0.3.5",
2015-04-30 06:18:05 +03:00
"node-inspector": "^0.10.0",
2015-02-22 04:00:20 +03:00
"tape": "^2.12.3",
"through2": "^0.6.3"
},
"engines": {
"node": "<0.12"
2014-04-21 22:20:48 +04:00
}
}