forked from leapmotion/leapjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 974 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": "0.4.3",
"description": "JavaScript client for the Leap Motion Controller",
"main": "lib",
"scripts": {
"test": "make test-node test-integration"
},
"repository": {
"type": "git",
"url": "http://github.com/leapmotion/leapjs.git"
},
"license": "BSD-2-Clause",
"dependencies": {
"ws": "0.4.25",
"underscore": "1.4.4",
"gl-matrix": "2.0.0"
},
"devDependencies": {
"browserify": "2.25.0",
"mocha": "1.7.4",
"mocha-phantomjs": "3.0.0",
"phantomjs": "1.9.0-6",
"uglify-js": "2.3.6",
"chai": "1.6.1",
"nodemon": "0.7.8",
"jsdoc": "3.2.0-dev",
"http-server": "*",
"grunt": "~0.4.4",
"grunt-browserify": "~2.0.1",
"grunt-contrib-uglify": "0.3.3",
"grunt-banner": "~0.2.2",
"grunt-string-replace": "~0.2.7",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"load-grunt-tasks": "~0.3.0",
"grunt-exec": "~0.4.5"
}
}