forked from diegoMontesinos/tuio-nw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.07 KB
/
package.json
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
43
44
45
46
47
48
{
"name": "tuio-nw",
"description": "A JavaScript implementation of the TUIO protocol for multitouch and tangible interaction for NodeWebkit (nwjs).",
"version": "1.0.2",
"homepage": "http://github.com/diegoMontesinos/tuio-nw",
"author": {
"name": "Diego Montesinos",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+http://github.com/diegoMontesinos/tuio-nw.git"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/diegoMontesinos/tuio-nw/issues"
},
"devDependencies": {
"chai": "^3.3.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^1.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.1"
},
"dependencies": {
"jspack": "0.0.4",
"lodash": "^3.10.1"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"tuio",
"tangible",
"multitouch",
"touch",
"nodewebkit",
"nwjs",
"nw",
"interaction",
"osc"
],
"main": "index"
}