react-holdable
Version:
Simple click-and-hold event wrapper for React apps
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "react-holdable",
"version": "1.0.4",
"description": "Simple click-and-hold event wrapper for React apps",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"dependencies": {
"react": "^15.6.2",
"webpack": "^2.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martynasjocius/react-holdable.git"
},
"keywords": [
"react",
"react-component",
"long-press",
"click",
"hold"
],
"author": "Martynas Jocius",
"license": "MIT",
"bugs": {
"url": "https://github.com/martynasjocius/react-holdable/issues"
},
"homepage": "https://github.com/martynasjocius/react-holdable#readme"
}