We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdeb78 commit 9bc8f3aCopy full SHA for 9bc8f3a
.gitignore
@@ -1 +1,2 @@
1
.DS_Store
2
+node_modules/
package.json
@@ -0,0 +1,18 @@
+{
+ "name": "leapmotion-arduino",
3
+ "version": "0.0.0",
4
+ "description": "Leapmotion + Arduino ==================",
5
+ "main": "leap.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git@git.decoded.co:amadeuspzs/leapmotion-arduino.git"
12
13
+ "author": "",
14
+ "license": "ISC",
15
+ "dependencies": {
16
+ "ws": "^0.4.32"
17
+ }
18
+}
0 commit comments