forked from fe9lix/Tuio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 925 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "tuio",
"description": "Tuio is the server part of Tuio.js, a JavaScript implementation of the TUIO library for multitouch and tangible interaction in the web browser.",
"version": "1.0.0",
"homepage": "http://fe9lix.github.com/Tuio.js/",
"author": {
"name": "Felix Raab",
"email": "fe9lix@googlemail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/felix/Tuio.js.git"
},
"bugs": {
"url": "https://github.com/fe9lix/Tuio.js/issues"
},
"licenses": [
{
"type": "GPL",
"url": "http://fe9lix.github.com/Tuio.js//blob/master/LICENSE-GPL"
}
],
"engines": {
"node": "~0.6.13"
},
"dependencies": {
"socket.io": "0.9.6",
"jspack": "0.0.1"
},
"devDependencies": {
"express": "2.5.9",
"grunt": "~0.3.9"
},
"keywords": [
"tuio",
"osc",
"touch",
"multitouch",
"tangible"
],
"main": "index"
}