forked from leapmotion/leapjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 Bytes
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
{
"name": "leapjs",
"version": "0.1.2",
"description": "Leap Motion Client",
"main": "lib",
"scripts": {
"test": "make test-node"
},
"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.x"
},
"devDependencies": {
"underscore": "1.4.4",
"browserify": "git://github.com/joshbuddy/node-browserify.git#7a43547ec7e69c9818a865edfc06b3decbf206fb",
"mocha": "1.7.4",
"mocha-phantomjs": "3.0.0",
"phantomjs": "1.9.0-6",
"http-server": "0.5.3",
"uglify-js": "2.3.6",
"chai": "1.6.1",
"nodemon": "0.7.8",
"jsdoc": "3.2.0-dev"
}
}