@klaemo/tuio-server
Version:
Server part of Tuio.js, a JavaScript implementation of the TUIO library for multitouch and tangible interaction in the web browser.
36 lines (35 loc) • 805 B
JSON
{
"name": "@klaemo/tuio-server",
"description": "Server part of Tuio.js, a JavaScript implementation of the TUIO library for multitouch and tangible interaction in the web browser.",
"version": "0.1.0",
"scripts": {
"test": "node test/test.js"
},
"homepage": "http://github.com/klaemo/tuio-server",
"author": {
"name": "Felix Raab",
"email": "fe9lix@googlemail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/klaemo/tuio-server.git"
},
"bugs": {
"url": "https://github.com/klaemo/tuio-server/issues"
},
"license": "GPL",
"dependencies": {
"jspack": "0.0.1",
"socket.io": "^1.3.5"
},
"keywords": [
"tuio",
"osc",
"touch",
"multitouch",
"tangible"
],
"devDependencies": {
"express": "^4.12.3"
}
}