react-touch-knob
Version:
Knob UI element for React with touch capabilities
37 lines (36 loc) • 889 B
JSON
{
"name": "react-touch-knob",
"productName": "React Touch Knob",
"description": "Knob UI element for React with touch capabilities",
"version": "0.2.3",
"author": "Bhob Rainey <info@bhobrainey.com>",
"copyright": "© 2017, Bhob Rainey",
"homepage": "https://bhobrainey.com",
"repository": {
"type": "git",
"url": "git+https://github.com/mphonic/react-touch-knob.git"
},
"keywords": [
"react",
"react-component",
"knob",
"touch"
],
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"webpack": "^3.10.0"
},
"license": "MIT"
}