forked from zilverline/react-tap-event-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 886 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
{
"name": "react-tap-event-plugin",
"version": "0.2.1",
"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": "^0.13.0"
},
"dependencies": {
"fbjs": "^0.2.1"
},
"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"
}