-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1006 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
41
{
"name": "react-native-swiping-row",
"version": "0.1.1",
"description": "React Native Swiping Row",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:aidenmontgomery/react-native-swiping-row.git"
},
"dependencies": {
"react-native-interactable": "0.0.8"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
},
"keywords": [
"react",
"react-native",
"react-component",
"drawer",
"table-row",
"swipeable",
"ios",
"android"
],
"author": "aiden montgomery <aiden@constructivecoding.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aidenmontgomery/react-native-swiping-row/issues"
},
"homepage": "https://github.com/aidenmontgomery/react-native-swiping-row"
}