UNPKG

626 BJSONView Raw
1{
2 "name": "leapjs",
3 "version": "0.2.0",
4 "description": "Javascript client for the Leapmotion",
5 "main": "lib",
6 "scripts": {
7 "test": "make test-node"
8 },
9 "repository" : {
10 "type" : "git",
11 "url" : "http://github.com/leapmotion/leapjs.git"
12 },
13 "license": "BSD-2-Clause",
14 "dependencies": {
15 "ws": "0.4.25",
16 "underscore": "1.4.4",
17 "gl-matrix": "2.0.0"
18 },
19 "devDependencies": {
20 "browserify": "2.25.0",
21 "mocha": "1.7.4",
22 "mocha-phantomjs": "3.0.0",
23 "phantomjs": "1.9.0-6",
24 "uglify-js": "2.3.6",
25 "chai": "1.6.1",
26 "nodemon": "0.7.8",
27 "jsdoc": "3.2.0-dev"
28 }
29}