slap/package.json

43 lines
939 B
JSON

{
"name": "slap",
"version": "0.0.39",
"description": "CLI text editor for the masses",
"preferGlobal": true,
"main": "index.js",
"bin": {
"slap": "./index.js"
},
"scripts": {
"start": "./index.js",
"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": "^2.3.6",
"cheerio": "^0.15.0",
"copy-paste": "^1.0.0",
"entities": "^1.1.1",
"highlight.js": "^8.2.0",
"lazy.js": "^0.3.2",
"lex": "^1.7.5",
"lodash": "^2.4.1",
"longjohn": "^0.2.4",
"mkdirp": "^0.5.0",
"rc": "slap-editor/rc",
"traverse": "^0.6.6",
"undo.js": "^0.1.0",
"winston": "^0.7.3",
"xtend": "^3.0.0"
},
"devDependencies": {
"tape": "^2.12.3"
}
}