UNPKG

react-tap-event-plugin

Version:

Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo

40 lines (39 loc) 944 B
{ "name": "react-tap-event-plugin", "version": "3.0.3", "description": "Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo", "main": "src/injectTapEventPlugin.js", "files": [ "src/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/zilverline/react-tap-event-plugin.git" }, "keywords": [ "TapEventPlugin", "react", "touch", "delay", "300ms", "react-tap-event-plugin" ], "peerDependencies": { "react": "^16.0.0-0 < 16.4.0", "react-dom": "^16.0.0-0 < 16.4.0" }, "dependencies": { "fbjs": "^0.8.6" }, "bugs": "https://github.com/zilverline/react-tap-event-plugin/issues", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "homepage": "http://facebook.github.io/react" }