slap/package.json

45 lines
992 B
JSON
Raw Normal View History

2014-04-21 22:20:48 +04:00
{
2014-04-28 12:48:47 +04:00
"name": "slap",
2014-12-21 08:45:27 +03:00
"version": "0.0.41",
2014-05-15 16:29:32 +04:00
"description": "CLI text editor for the masses",
"preferGlobal": true,
2014-04-21 22:20:48 +04:00
"main": "index.js",
2014-04-26 21:07:26 +04:00
"bin": {
2014-04-28 12:48:47 +04:00
"slap": "./index.js"
2014-04-26 21:07:26 +04:00
},
2014-04-21 22:20:48 +04:00
"scripts": {
2014-08-07 07:20:03 +04:00
"start": "./index.js",
2014-04-30 10:44:23 +04:00
"test": "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": {
"blessed": "slap-editor/blessed",
2014-10-20 11:31:02 +04:00
"bluebird": "^2.3.6",
"chardet": "^0.0.8",
2014-05-05 11:50:46 +04:00
"cheerio": "^0.15.0",
"copy-paste": "^1.0.0",
2014-05-05 11:50:46 +04:00
"entities": "^1.1.1",
"highlight.js": "^8.2.0",
"iconv-lite": "^0.4.4",
2014-05-05 11:50:46 +04:00
"lazy.js": "^0.3.2",
2014-05-03 15:57:13 +04:00
"lex": "^1.7.5",
"lodash": "^2.4.1",
"longjohn": "^0.2.4",
"mkdirp": "^0.5.0",
"rc": "slap-editor/rc",
2014-05-30 15:18:42 +04:00
"traverse": "^0.6.6",
2014-05-05 11:50:46 +04:00
"undo.js": "^0.1.0",
"winston": "^0.7.3",
2014-05-05 11:50:46 +04:00
"xtend": "^3.0.0"
2014-04-30 10:44:23 +04:00
},
"devDependencies": {
"tape": "^2.12.3"
2014-04-21 22:20:48 +04:00
}
}