ascii-ui
Version:
Graphic terminal emulator for HTML canvas elements
116 lines (115 loc) • 2.79 kB
JSON
{
"name": "ascii-ui",
"version": "0.2.0",
"description": "Graphic terminal emulator for HTML canvas elements",
"author": {
"name": "danikaze",
"email": "danikaze@gmail.com"
},
"bugs": "https://github.com/danikaze/ascii-ui/issues",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --env=dev",
"lint": "tslint -p tsconfig.lint.json",
"clean": "rimraf lib",
"build": "tsc && yarn docs",
"examples": "webpack",
"prebuild": "yarn run clean",
"docs": "typedoc ./src",
"clean:docs": "rimraf docs",
"predocs": "yarn run clean:docs"
},
"repository": {
"type": "git",
"url": "https://github.com/danikaze/ascii-ui"
},
"keywords": [
"256 colors",
"ansi",
"ascii",
"borders",
"box",
"button",
"canvas",
"color",
"console",
"curses",
"cursor",
"event",
"focus",
"grid",
"html",
"input field",
"input",
"manager",
"menu",
"mouse",
"ncurses",
"progress bar",
"radio",
"radiobutton",
"render",
"screenbuffer",
"select",
"shell",
"style",
"table",
"term",
"terminal",
"text",
"textarea",
"textbuffer",
"tput",
"true color",
"ui",
"widget",
"xterm"
],
"dependencies": {
"file-loader": "1.1.11",
"is-empty-object": "^1.1.1",
"vanilla-type-check": "^2.0.0"
},
"devDependencies": {
"@types/fontfaceobserver": "^0.0.6",
"@types/node": "^10.5.2",
"@types/webpack-env": "^1.13.5",
"autoprefixer": "^9.0.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"deep-object-diff": "^1.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fontfaceobserver": "^2.0.13",
"generate-examples-index-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"include-all": "^4.0.3",
"less": "^3.7.1",
"less-loader": "^4.0.5",
"merge-files-webpack-plugin": "^1.1.2",
"node-sass": "^4.9.2",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"pre-commit": "^1.2.2",
"progress-bar-webpack-plugin": "^1.11.0",
"rimraf": "^2.6.2",
"sass": "^1.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"ts-loader": "^4.4.2",
"tslint": "^5.11.0",
"tslint-consistent-codestyle": "^1.13.3",
"tslint-eslint-rules": "^5.4.0",
"tslint-loader": "^3.5.3",
"tslint-microsoft-contrib": "^5.2.1",
"typedoc": "^0.11.1",
"typedoc-plugin-markdown": "^1.1.13",
"typescript": "^3.0.3",
"typings-for-css-modules-loader": "^1.7.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3"
}
}