-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 973 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
40
{
"name": "react-native-swipeable-view",
"version": "1.0.0",
"description": "iOS-style swipeout buttons behind component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:magrinj/react-native-swipeable-view.git"
},
"keywords": [
"react-native-component",
"react-native",
"react-component",
"swipeable",
"ios",
"android",
"swipeout",
"button",
"swipe",
"ui"
],
"author": "Jeremy Magrin",
"license": "MIT",
"bugs": {
"url": "https://github.com/magrinj/react-native-swipeable-view/issues"
},
"homepage": "https://github.com/magrinj/react-native-swipeable-view",
"peerDependencies": {
"react-native": ">=0.20.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.18.0",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-react": "^6.10.2"
}
}