Skip to content

Commit

Permalink
Added package.json and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
roryhardy committed Jul 19, 2016
1 parent 654bf28 commit a1e52e7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The Leap Motion plugin lets you utilize your [Leap Motion][1] device to control basic navigation of your [Reveal.js][2] presentation.

## Quick start
* Add the `leap_motion.js` file to your slideshow and configure accordingly.
* Install with NPM `npm install reveal-leap-motion` and configure accordingly.

## Supported gestures

**1 to 2 fingers**
Expand Down
22 changes: 22 additions & 0 deletions package.json
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"
}

0 comments on commit a1e52e7

Please sign in to comment.