-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.5 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
{
"name": "react-native-rtl-toggle",
"version": "1.0.7",
"description": "React native toggle for android and ios, RTL support",
"main": "src/index.js",
"files": [
"src/"
],
"scripts": {
"test": "npm test",
"lint": "eslint -c .eslintrc.js '.'"
},
"keywords": [
"react-native-rtl-toggle",
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"coverflow",
"rtl",
"switch",
"toggle",
"swtich-toggle"
],
"repository": {
"type": "git",
"url": "git+https://github.com/abbasmoosavi/react-native-rtl-toggle.git"
},
"author": "Abbas moosavi <moosaviabbas74@yahoo.com> (https://github.com/abbasmoosavi/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/abbasmoosavi/react-native-rtl-toggle.git/issues"
},
"homepage": "https://github.com/abbasmoosavi/react-native-rtl-toggle.git#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>/__setup__/enzyme.js"
],
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules"
]
},
"dependencies": {
"dooboolab-welcome": "^1.1.0"
}
}