forked from facebook/react
-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathpackage.json
39 lines (39 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}