50 lines
984 B
JSON
50 lines
984 B
JSON
{
|
|
"name": "neo-blessed",
|
|
"description": "A fork of the original blessed with bug fixes and maintenance.",
|
|
"author": "Christopher Jeffrey",
|
|
"contributors": [
|
|
{
|
|
"name": "Iuri Matias",
|
|
"email": "iuri.matias@gmail.com"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint lib/"
|
|
},
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"main": "./lib/blessed.js",
|
|
"bin": "./bin/tput.js",
|
|
"preferGlobal": false,
|
|
"repository": "git://github.com/embark-framework/neo-blessed.git",
|
|
"homepage": "https://github.com/embark-framework/neo-blessed",
|
|
"bugs": {
|
|
"url": "http://github.com/embark-framework/neo-blessed/issues"
|
|
},
|
|
"keywords": [
|
|
"curses",
|
|
"tui",
|
|
"tput",
|
|
"terminfo",
|
|
"termcap"
|
|
],
|
|
"tags": [
|
|
"curses",
|
|
"tui",
|
|
"tput",
|
|
"terminfo",
|
|
"termcap"
|
|
],
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
"./browser/transform.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.10.0"
|
|
}
|
|
}
|