-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "leapjs-rigged-hand",
"version": "0.1.7",
"description": "WebGL Rigged hand for LeapJS",
"main": "main/leapjs-rigged-hand-0.1.6.js",
"dependencies": {},
"devDependencies": {
"coffee-script": ">=1.7.1",
"grunt": "~0.4.2",
"grunt-banner": "git://github.com/pehrlich/grunt-banner.git",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.8.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-string-replace": "~0.2.7",
"load-grunt-tasks": "~0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/leapmotion/leapjs-rigged-hand.git"
},
"keywords": [
"leap",
"leapjs",
"plugin",
"rigged",
"hand"
],
"author": "pehrlich",
"license": "Apache-2.0",
"bugs": {
"url": "http://github.com/leapmotion/leapjs-rigged-hand/issues"
},
"homepage": "http://github.com/leapmotion/leapjs-rigged-hand"
}