tty.css
Version:
Pure CSS simulation of text-mode web browsers
37 lines (36 loc) • 764 B
JSON
{
"name": "tty.css",
"version": "0.1.0",
"description": "Pure CSS simulation of text-mode web browsers",
"main": "index.css",
"scripts": {
"prepare": "sass src/index.scss index.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piranna/tty.css.git"
},
"keywords": [
"lynx",
"elinks",
"links",
"links2",
"text-mode",
"browser",
"web",
"simulation",
"emulation",
"stylesheet",
"terminal",
"tui"
],
"author": "Jesús Leganés-Combarro 'piranna' <piranna@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/piranna/tty.css/issues"
},
"homepage": "https://github.com/piranna/tty.css#readme",
"dependencies": {
"sass": "^1.26.5"
}
}