forked from victorkvarghese/rn-slider-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 845 Bytes
/
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
{
"name": "rn-slider-switch",
"version": "0.0.3",
"private": false,
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/victorkvarghese/rn-slider-switch.git"
},
"author": "Vicky",
"license": "MIT",
"keywords": [
"react-native",
"react-native-slider-switch",
"react-native-slider",
"rn-slider-switch",
"rn-switch",
"react-native-switch",
"rn-multi-switch",
"react-native-multi-switch"
],
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.16.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-react-native": "^3.2.1",
"jest": "22.1.4",
"prettier-eslint": "^8.8.1",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}