-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 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
{
"_args": [
[
{
"raw": "react-native-swipeout@^2.0.12",
"scope": null,
"escapedName": "react-native-swipeout",
"name": "react-native-swipeout",
"rawSpec": "^2.0.12",
"spec": ">=2.0.12 <3.0.0",
"type": "range"
},
"/Users/antonioromano/development/Rebrandly/mobile/RebrandlyNative"
]
],
"_from": "react-native-swipeout@>=2.0.12 <3.0.0",
"_id": "react-native-swipeout@2.0.12",
"_inCache": true,
"_location": "/react-native-swipeout",
"_nodeVersion": "4.1.2",
"_npmUser": {
"name": "dancormier",
"email": "dancormierall@gmail.com"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-swipeout@^2.0.12",
"scope": null,
"escapedName": "react-native-swipeout",
"name": "react-native-swipeout",
"rawSpec": "^2.0.12",
"spec": ">=2.0.12 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-swipeout/-/react-native-swipeout-2.0.12.tgz",
"_shasum": "9ca34e4d83901c514f7f706d468d261dd781c223",
"_shrinkwrap": null,
"_spec": "react-native-swipeout@^2.0.12",
"_where": "/Users/antonioromano/development/Rebrandly/mobile/RebrandlyNative",
"author": {
"name": "Dan Cormier"
},
"bugs": {
"url": "https://github.com/dancormier/react-native-swipeout/issues"
},
"dependencies": {
"react-tween-state": "^0.1.3"
},
"description": "iOS-style swipeout buttons behind component",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "9ca34e4d83901c514f7f706d468d261dd781c223",
"tarball": "https://registry.npmjs.org/react-native-swipeout/-/react-native-swipeout-2.0.12.tgz"
},
"gitHead": "9cde79eaa32b40d86e3b3defe12bbae774eb267c",
"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": "dancormier",
"email": "dancormierall@gmail.com"
}
],
"name": "react-native-swipeout",
"optionalDependencies": {},
"peerDependencies": {
"react-native": "^0.x"
},
"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.0.12"
}