forked from KanoComputing/node-grt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 965 Bytes
/
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
{
"name": "node-grt",
"version": "0.0.5",
"description": "An implementation of the Gesture Recognition Toolkit (GRT) in node.js",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build",
"test": "mocha",
"install": "prebuild-install || node-gyp rebuild"
},
"devDependencies": {
"mocha": "^2.2.5"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.5",
"node-gyp": "^3.6.2",
"prebuild-install": "^2.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KanoComputing/node-grt.git"
},
"keywords": [
"gesture",
"recognition",
"toolkit",
"grt"
],
"author": "Kano Computing",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/KanoComputing/node-grt/issues"
},
"homepage": "https://github.com/KanoComputing/node-grt#readme"
}