-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.08 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": "gazejs",
"version": "0.5.1-5",
"description": "An implementation of the JavaScript bindings for Tobii Gaze SDK",
"keywords": [
"Tobii",
"eye tracker",
"Tobii Rex",
"Tobii Gaze SDK",
"Tobii EyeX"
],
"main": "./lib/gazejs",
"author": {
"name": "Jia-Han Su",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jiahansu/GazeJS.git"
},
"bugs": {
"url": "https://github.com/jiahansu/GazeJS/issues"
},
"engines": {
"node": ">=0.12.2"
},
"scripts": {
"test": "vows"
},
"directories": {
"sample": "sample",
"test": "test",
"lib": "lib"
},
"dependencies": {
"amdefine": ">=0.1.0",
"bridjs": "^0.5.8",
"log4js": "^2.5.2",
"myclass": "^1.0.2"
},
"devDependencies": {},
"browser": {
"os": false
},
"homepage": "https://github.com/jiahansu/GazeJS",
"_id": "[email protected]",
"_from": "gazejs@>=0.3.2-3"
}