reveal-leap-motion
Version:
A plugin which allows you to use your Leap Motion device to control basic navigation of your Reveal.js presentation
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "reveal-leap-motion",
"description": "A plugin which allows you to use your Leap Motion device to control basic navigation of your Reveal.js presentation",
"version": "1.1.0",
"license": "MIT",
"author": "Rory Hardy & James Sun",
"bugs": {
"url": "https://github.com/gneatgeek/reveal-leap-motion/issues"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"chai": "^4.1.2",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.2.0",
"jsdom": "^11.6.2",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"sinon": "^4.3.0",
"webpack": "^3.11.0"
},
"dependencies": {
"leapjs": "^0.6.4",
"lodash": "^4.17.5"
},
"homepage": "https://github.com/gneatgeek/reveal-leap-motion#readme",
"keywords": [
"leap-motion",
"leapjs",
"reveal-js",
"reveal"
],
"main": "src/reveal-leap-motion.js",
"nyc": {
"include": [
"src/**/*.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/gneatgeek/reveal-leap-motion.git"
},
"scripts": {
"build": "webpack -p",
"lint-js": "eslint .",
"test": "npm run lint-js && npm run test-js",
"test-js": "NODE_ENV=testing nyc mocha"
}
}