slap/package.json
2015-03-30 22:51:25 -04:00

50 lines
1.2 KiB
JSON

{
"name": "slap",
"version": "0.1.16",
"description": "Sublime-like terminal-based text editor",
"preferGlobal": true,
"main": "lib/cli.js",
"bin": {
"slap": "./index.js"
},
"scripts": {
"start": "./index.js",
"debug": "node-debug ./index.js",
"test": "test/index.js",
"cover": "istanbul cover 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": "0.0.49",
"bluebird": "^2.3.6",
"cheerio": "^0.15.0",
"highlight.js": "^8.2.0",
"iconv-lite": "^0.4.4",
"lazy.js": "^0.3.2",
"lodash": "^2.4.1",
"longjohn": "^0.2.4",
"mkdirp": "^0.5.0",
"rc": "^1.0.0",
"slap-clipboard-plugin": "^0.0.6",
"text-buffer": "^4.1.0",
"traverse": "^0.6.6",
"update-notifier": "^0.3.0",
"winston": "^0.7.3",
"xtend": "^3.0.0"
},
"devDependencies": {
"get-random-port": "0.0.1",
"istanbul": "^0.3.5",
"node-inspector": "^0.8.3",
"npm": "^2.7.4",
"tape": "^2.12.3",
"through2": "^0.6.3"
}
}