react-leap-feature-selector
Version:
react-leap-feature-selector React component
53 lines (52 loc) • 1.23 kB
JSON
{
"name": "react-leap-feature-selector",
"version": "0.2.1",
"description": "react-leap-feature-selector React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"author": {
"name": "frantic0",
"email": "franxico@gmail.com",
"url": "https://frantic0.com"
},
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"leapjs": "^0.6.4",
"lodash.omit": "^4.5.0",
"react-grid-system": "^3.1.2"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"eslint": "^4.18.1",
"eslint-plugin-react": "^7.7.0",
"immutability-helper": "^2.6.5",
"nwb": "0.21.x",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"license": "MIT",
"repository": "https://github.com/frantic0/react-leap-feature-selector",
"keywords": [
"react-component",
"components",
"react",
"react-component",
"leapjs",
"leap-motion"
]
}