wsh.js
Version:
WebSHell provides a toolkit for building bash-like command line consoles for web pages.
31 lines (30 loc) • 756 B
JSON
{
"name": "wsh.js-demo",
"version": "0.0.0",
"description": "Demo of wsh.js",
"main": "index.html",
"author": "Mattias Runge-Broberg <mattias@runge.se>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mattiasrunge/wsh.js.git"
},
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^7.1.1",
"babel-plugin-transform-async-to-module-method": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"bluebird": "^3.4.6",
"imports-loader": "^0.7.1",
"source-map-support": "^0.4.6",
"webpack": "^3.5.4"
},
"engines": {
"node": ">= 7.0.0"
},
"scripts": {
"build": "webpack"
}
}