-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added package.json and updated README
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "reveal-leap-motion", | ||
"version": "0.1.0", | ||
"description": "A plugin which allows you to use your Leap Motion device to control basic navigation of your Reveal.js presentation", | ||
"main": "leap_motion.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gneatgeek/reveal-leap-motion.git" | ||
}, | ||
"keywords": [ | ||
"reveal", | ||
"reveal.js", | ||
"leap_motion", | ||
"leapjs" | ||
], | ||
"author": "Rory Hardy & James Sun", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/gneatgeek/reveal-leap-motion/issues" | ||
}, | ||
"homepage": "https://github.com/gneatgeek/reveal-leap-motion#readme" | ||
} |