UNPKG

react-hackterm

Version:
42 lines (41 loc) 920 B
{ "name": "react-hackterm", "version": "1.2.5", "description": "Hackable terminal emulator in React", "main": "dist/index.js", "scripts": { "build": "babel src -d dist" }, "keywords": [ "react", "terminal", "emulator", "bash", "zsh", "ohmyzsh", "iterm", "xterm", "component" ], "repository": { "type": "git", "url": "https://github.com/kimolalekan/react-hackterm.git" }, "author": "Olalekan Animashaun", "license": "MIT", "bugs": { "url": "https://github.com/kimolalekan/react-hackterm.git#issues" }, "homepage": "https://github.com/kimolalekan/react-hackterm.git#readme", "dependencies": { "cookie_js": "^1.3.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "prop-types": "^15.7.2", "react": "^16.11.0" } }