mirror of
https://github.com/slap-editor/slap.git
synced 2024-11-11 01:26:05 +03:00
41 lines
924 B
JSON
41 lines
924 B
JSON
{
|
|
"name": "slap",
|
|
"version": "0.0.27",
|
|
"description": "CLI text editor for the masses",
|
|
"preferGlobal": true,
|
|
"main": "index.js",
|
|
"bin": {
|
|
"slap": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "test/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": {
|
|
"blessed": "slap-editor/blessed",
|
|
"bluebird": "^1.2.4",
|
|
"cheerio": "^0.15.0",
|
|
"copy-paste": "slap-editor/node-copy-paste",
|
|
"entities": "^1.1.1",
|
|
"highlight.js": "slap-editor/highlight.js#slap",
|
|
"lazy.js": "^0.3.2",
|
|
"lex": "^1.7.5",
|
|
"lodash": "^2.4.1",
|
|
"longjohn": "^0.2.4",
|
|
"rc": "^0.3.5",
|
|
"traverse": "^0.6.6",
|
|
"undo.js": "^0.1.0",
|
|
"winston": "^0.7.3",
|
|
"xtend": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^2.12.3"
|
|
}
|
|
}
|