-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 879 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 879 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
32
{
"name": "rodeo_machine",
"version": "1.0.0",
"description": "LeapMotion Server",
"main": "RodeoMachine.js",
"dependencies": {
"cylon": "^1.1.0",
"cylon-firmata": "^0.22.0",
"cylon-gpio": "^0.26.0",
"cylon-i2c": "^0.22.0",
"cylon-leapmotion": "^0.19.0",
"leapjs": "^0.6.4",
"request": "^2.58.0",
"ws": "^0.7.2",
"firebase": "^2.3.2",
"serve": "^1.4.0"
},
"devDependencies": {},
"scripts": {
"test": "node RodeoMachine.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeapMotionDeveloperJp/ControllerRobotLeapMotion.git"
},
"author": "LeapMotionDevelopersJp",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/LeapMotionDeveloperJp/ControllerRobotLeapMotion/issues"
},
"homepage": "https://github.com/LeapMotionDeveloperJp/ControllerRobotLeapMotion#readme"
}