slap/package.json
Dan Kaplun 85233158d2 0.1.50
2015-09-23 16:28:47 -04:00

46 lines
1.0 KiB
JSON

{
"name": "slap",
"version": "0.1.50",
"description": "Sublime-like terminal-based text editor",
"preferGlobal": true,
"main": "lib/cli.js",
"bin": {
"slap": "./slap.js"
},
"scripts": {
"start": "./slap.js",
"debug": "node-debug ./slap.js",
"test": "spec/index.js",
"cover": "istanbul cover spec/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": {
"base-widget": "^1.0.5",
"blessed": "^0.1.15",
"bluebird": "^2.3.6",
"editor-widget": "^1.0.11",
"lodash": "^3.9.3",
"mkdirp": "^0.5.0",
"node-clap": "^0.0.5",
"rc": "^1.0.0",
"slap-clipboard-plugin": "^0.0.12",
"slap-util": "^1.0.4",
"update-notifier": "^0.5.0"
},
"devDependencies": {
"get-random-port": "0.0.1",
"istanbul": "^0.3.5",
"node-inspector": "^0.12.3",
"tape": "^2.12.3"
},
"engines": {
"node": "<0.11 >=0.12.5"
}
}