-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
36 lines (36 loc) · 899 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": "react-navigation-transitions",
"version": "1.0.12",
"description": "Custom transitions for react-navigation",
"author": "Phil Mok",
"main": "src/index.js",
"typings": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plmok61/react-navigation-transitions.git"
},
"keywords": [
"react-native",
"react",
"react-navigation",
"navigation",
"transitions",
"animations"
],
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-navigation": "*"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/plmok61/react-navigation-transitions/issues"
},
"homepage": "https://github.com/plmok61/react-navigation-transitions#readme",
"devDependencies": {
"@types/react-navigation": "^3.0.7"
}
}