gotty/js/spice-web-client/package.json
Soren L. Hansen c66ae7b2e4 First, primitive stab at SPiCE integration
Launch an Xspice and run:
echo -ne "\033]844;127.0.0.1;9876\007"

This will launch a SPiCE client connecting to 127.0.0.1:9876.

Still need to add all the security stuff and generally be
more defensive in the implementation.
2021-04-16 06:50:05 -07:00

17 lines
353 B
JSON

{
"name": "eyeos-spiceproxy",
"version": "0.0.156",
"description": "spice client network stack library",
"main": "src/spiceproxy.js",
"author": "eyeOS",
"homepage": "http://www.eyeos.com",
"dependencies": {
},
"devDependencies": {
"eyeos-gruntfile": "*",
"grunt": "0.4.5",
"grunt-init": "0.3.2",
"mocha": "2.4.5"
}
}