forked from ferndopolis/react-native-gesture-recognizers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 871 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
{
"name": "react-native-gesture-recognizers",
"version": "0.2.3",
"description": "Gesture recognizer decorators for react-native",
"main": "src/index.js",
"scripts": {
"prepublish": "`npm bin`/eslint src && rm -rf lib && `npm bin`/babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "https://github.com/johanneslumpe/react-native-gesture-recognizers.git"
},
"keywords": [
"react-native",
"gesture",
"detection"
],
"author": "Johannes Lumpe <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/johanneslumpe/react-native-gesture-recognizers/issues"
},
"homepage": "https://github.com/johanneslumpe/react-native-gesture-recognizers",
"devDependencies": {
"babel": "^5.6.14",
"babel-eslint": "^3.1.23",
"eslint": "^0.24.0",
"eslint-plugin-react": "^2.6.4"
}
}