UNPKG

react-io-terminal

Version:

A React terminal component. Displays a terminal to the user on the web page and lets you hook into it.

49 lines (48 loc) 1.18 kB
{ "name": "react-io-terminal", "version": "1.4.5", "description": "A React terminal component. Displays a terminal to the user on the web page and lets you hook into it.", "license": "MIT", "main": "build/index.js", "peerDependencies": { "react": "^16.10", "react-dom": "^16.10" }, "dependencies": { "react": "^16.10", "react-dom": "^16.10" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack" }, "author": { "name": "Tuomas Katajisto", "email": "t@ktj.st" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.5.1", "css-loader": "^3.5.2", "style-loader": "^1.1.3", "webpack": "^2.7.0", "webpack-cli": "^3.3.11" }, "repository": { "type": "git", "url": "git+https://github.com/Katajisto/react-terminal.git" }, "keywords": [ "Terminal", "React", "Io", "Term", "Katajisto", "react-io-terminal" ] }