forked from wix-incubator/react-native-swipe-view
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 701 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "react-native-swipe-view",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-swipe-view.git"
},
"version": "3.0.1",
"description": "Native container view for enabling swipe actions (for example to enable swipe to delete and such)",
"nativePackage": true,
"bugs": {
"url": "https://github.com/wix/react-native-swipe-view/issues"
},
"homepage": "https://github.com/wix/react-native-swipe-view",
"main": "index.js",
"author": "Artal Druk <artald@wix.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.25.1",
"react": ">=0.14.5"
}
}