-
Notifications
You must be signed in to change notification settings - Fork 447
/
package.json
39 lines (39 loc) · 947 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
{
"name": "leapjs",
"version": "1.1.1",
"description": "JavaScript client for the Leap Motion Controller",
"main": "lib",
"engines": {
"node": "~12.0.0"
},
"scripts": {
"test": "make test-node test-integration"
},
"repository": {
"type": "git",
"url": "http://github.com/leapmotion/leapjs.git"
},
"license": "Apache-2.0",
"dependencies": {
"gl-matrix": "^3.3.0",
"ws": "^7.4.6"
},
"devDependencies": {
"browserify": "^16.5.0",
"chai": "^4.2.0",
"grunt": "^1.3.0",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-string-replace": "^1.3.1",
"jsdoc": "^3.6.6",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.2.1",
"mocha-headless-chrome": "^3.1.0",
"nodemon": "^2.0.6",
"uglify-js": "^3.11.5"
}
}