-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
{
"name": "rn-swipe-out",
"version": "0.3.0",
"description": "The iOS-style Swipeout component, implement with javascript, running on iOS and Android. High performance, interactive, and configurable.",
"keywords": [
"swipeout",
"react-native",
"javascript",
"ios",
"android",
"swipe-gestures",
"animation",
"high-performance",
"swipe"
],
"author": "ChuangChuang",
"bugs": {
"url": "https://github.com/SmallComfort/rn-swipe-out/issues"
},
"homepage": "https://github.com/SmallComfort/rn-swipe-out",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"main": "lib/index.js",
"peerDependencies": {
"react-native": ">=0.20.0"
},
"devDependencies": {
"react": "15.4.2",
"react-native": "0.42.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^6.0.1",
"babel-eslint": "^10.0.2",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-native": "^3.7.0"
},
"jest": {
"preset": "react-native"
},
"license": "MIT",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmallComfort/rn-swipe-out.git"
}
}