forked from jshanson7/react-native-swipeable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.13 KB
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
{
"_args": [
[
"github:SunlightKnight/react-native-swipeable",
"/Users/northernfides/Dev/ReactNative/app_pay/app"
]
],
"_from": "github:SunlightKnight/react-native-swipeable",
"_id": "react-native-swipeable@github:SunlightKnight/react-native-swipeable#003e8a7e7b193109dd443f678df815d06cb3b1c5",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-swipeable",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "github:SunlightKnight/react-native-swipeable",
"rawSpec": "github:SunlightKnight/react-native-swipeable",
"saveSpec": "github:SunlightKnight/react-native-swipeable",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "github:SunlightKnight/react-native-swipeable#003e8a7e7b193109dd443f678df815d06cb3b1c5",
"_spec": "github:SunlightKnight/react-native-swipeable",
"_where": "/Users/northernfides/Dev/ReactNative/app_pay/app",
"author": {
"name": "Jeff Hanson"
},
"bugs": {
"url": "https://github.com/jshanson7/react-native-swipeable/issues"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"description": "A powerful React Native swipe component",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.12.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0"
},
"homepage": "https://github.com/jshanson7/react-native-swipeable#readme",
"keywords": [
"react",
"native",
"swipe",
"ListView",
"TableView"
],
"license": "MIT",
"main": "src/index.js",
"name": "react-native-swipeable",
"peerDependencies": {
"react": ">=15.2.0",
"react-native": ">=0.44.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jshanson7/react-native-swipeable.git"
},
"scripts": {
"build": "make build",
"lint": "make lint"
},
"version": "0.6.0"
}