forked from sbycrosz/react-native-credit-card-input
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·80 lines (80 loc) · 2.52 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
{
"_args": [
[
"git+https://github.com/EvaCoop/react-native-credit-card-input.git",
"/home/zhijiec99/Desktop/eva/eva-react-native-client"
]
],
"_from": "git+https://github.com/EvaCoop/react-native-credit-card-input.git",
"_id": "react-native-credit-card-input@git+https://github.com/EvaCoop/react-native-credit-card-input.git#4b298a4b301f2261ff4c4dc0fc428c1fdc5b40b2",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-credit-card-input",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/EvaCoop/react-native-credit-card-input.git",
"rawSpec": "git+https://github.com/EvaCoop/react-native-credit-card-input.git",
"saveSpec": "git+https://github.com/EvaCoop/react-native-credit-card-input.git",
"fetchSpec": "https://github.com/EvaCoop/react-native-credit-card-input.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/EvaCoop/react-native-credit-card-input.git#4b298a4b301f2261ff4c4dc0fc428c1fdc5b40b2",
"_spec": "git+https://github.com/EvaCoop/react-native-credit-card-input.git",
"_where": "/home/zhijiec99/Desktop/eva/eva-react-native-client",
"author": {
"name": "sbycrosz"
},
"bugs": {
"url": "https://github.com/sbycrosz/react-native-credit-card-input/issues"
},
"dependencies": {
"card-validator": "^3.0.0",
"lodash.compact": "^3.0.1",
"lodash.every": "^4.6.0",
"lodash.pick": "^4.4.0",
"lodash.values": "^4.3.0",
"prop-types": "^15.6.0",
"react-native-flip-card": "^3.4.1"
},
"description": "React native credit card input component",
"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-polyfill": "^6.6.1",
"babel-preset-react-native": "^1.8.0",
"eslint": "~2.2.0",
"eslint-config-airbnb": "6.0.2",
"eslint-plugin-react": "^4.2.0"
},
"homepage": "https://github.com/sbycrosz/react-native-credit-card-input#readme",
"keywords": [
"react-native",
"ios",
"android",
"credit-card",
"credit-card input",
"skeuomorphic credit-card",
"form",
"flip",
"card",
"input",
"component",
"react-component",
"react-native-component"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-credit-card-input",
"repository": {
"type": "git",
"url": "git+https://github.com/sbycrosz/react-native-credit-card-input.git"
},
"scripts": {
"lint": "eslint --ext .js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.4.1"
}