-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.39 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-pressable",
"version": "0.2.0",
"description": "Add onRelease, onReleaseInside, onReleaseOutside, and onPress events to a component",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"eventlistener": "0.0.1"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.23",
"babel-plugin-object-assign": "^1.2.0",
"browserify": "~3.46.0",
"browserify-shim": "~3.4.1",
"envify": "~1.2.1",
"eslint": "^0.24.0",
"eslint-plugin-babel": "^1.0.0",
"eslint-plugin-react": "^2.6.4",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-browserify": "~0.5.0",
"gulp-bump": "~0.1.8",
"gulp-connect": "~2.0.5",
"gulp-rename": "~1.2.0",
"gulp-util": "~2.2.14",
"react": "~0.10.0"
},
"peerDependencies": {
"react": "*"
},
"scripts": {
"prepublish": "gulp build",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/react-pressable.git"
},
"keywords": [
"react-component",
"react",
"events",
"onPress",
"onRelease",
"onReleaseInside",
"onReleaseOutside"
],
"author": "Matthew Dapena-Tretter <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/react-pressable/issues"
},
"browserify-shim": {
"react": "global:React"
}
}