Skip to content

Commit 9bc8f3a

Browse files
author
Amadeus Stevenson
committed
Update package.json
1 parent 4cdeb78 commit 9bc8f3a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
node_modules/

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"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

Comments
 (0)