forked from dancormier/react-native-swipeout
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 2.48 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"_args": [
[
{
"raw": "react-native-swipeout@^2.1.4",
"scope": null,
"escapedName": "react-native-swipeout",
"name": "react-native-swipeout",
"rawSpec": "^2.1.4",
"spec": ">=2.1.4 <3.0.0",
"type": "range"
},
"/Users/dev/voxist-app"
]
],
"_from": "react-native-swipeout@>=2.1.4 <3.0.0",
"_id": "react-native-swipeout@2.1.4",
"_inCache": true,
"_location": "/react-native-swipeout",
"_nodeVersion": "6.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-native-swipeout-2.1.4.tgz_1500514139268_0.8559613157995045"
},
"_npmUser": {
"name": "silentcloud",
"email": "rjmuqiang@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-swipeout@^2.1.4",
"scope": null,
"escapedName": "react-native-swipeout",
"name": "react-native-swipeout",
"rawSpec": "^2.1.4",
"spec": ">=2.1.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-swipeout/-/react-native-swipeout-2.1.4.tgz",
"_shasum": "4a229bec6678f23c2b6c4f280022e6252e96c2f6",
"_shrinkwrap": null,
"_spec": "react-native-swipeout@^2.1.4",
"_where": "/Users/dev/voxist-app",
"author": {
"name": "Dan Cormier"
},
"bugs": {
"url": "https://github.com/dancormier/react-native-swipeout/issues"
},
"dependencies": {
"react-tween-state": "^0.1.5"
},
"description": "iOS-style swipeout buttons behind component",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "4a229bec6678f23c2b6c4f280022e6252e96c2f6",
"tarball": "https://registry.npmjs.org/react-native-swipeout/-/react-native-swipeout-2.1.4.tgz"
},
"gitHead": "6a960263a0b1f1611b2fe95c518e038e093690a3",
"homepage": "https://github.com/dancormier/react-native-swipeout",
"keywords": [
"react-native",
"react-component",
"ios",
"swipeout",
"button",
"swipe",
"ui"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "silentcloud",
"email": "rjmuqiang@gmail.com"
}
],
"name": "react-native-swipeout",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dancormier/react-native-swipeout.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.1.4"
}