-
Notifications
You must be signed in to change notification settings - Fork 470
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 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
{
"name": "react-native-deck-swiper",
"version": "1.0.6",
"description": "Awesome tinder like card swiper for react-native. Highly Customizable!",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"lint": "standard --verbose | snazzy",
"lintdiff": "git diff --name-only --cached --relative | grep '\\.js$' | xargs standard | snazzy",
"fixcode": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexbrillant/react-native-deck-swiper.git"
},
"keywords": [
"react-native",
"react-native-component",
"tinder",
"cards",
"card",
"swipe",
"swiper",
"deck",
"animation"
],
"author": "Alexandre Brillant",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexbrillant/react-native-deck-swiper/issues"
},
"homepage": "https://github.com/alexbrillant/react-native-deck-swiper#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"jest-cli": "^18.1.0",
"react": "15.4.2",
"react-native": "0.41.2",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
},
"dependencies": {}
}