-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 968 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
37
38
39
40
{
"name": "react-native-cards-swiper",
"version": "1.1.7",
"description": "Highly customizable Tinder like card swiper for react-native!",
"main": "index.js",
"repository": "[email protected]:lsps9150414/react-native-cards-swiper.git",
"keywords": [
"react-native",
"reactnative",
"react-native-component",
"tinder",
"cards",
"card",
"swipe",
"swiper",
"deck",
"animation"
],
"author": "Philip Chen <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.7.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"import-sort-style-absolute": "^1.0.1"
},
"importSort": {
".js, .jsx, .es6, .es": {
"parser": "babylon",
"style": "absolute"
}
}
}