-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 753 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
{
"name": "@react-native-oh-tpl/react-native-transitiongroup",
"version": "1.2.0-0.0.1",
"description": "light port of `ReactTransitionGroup` to work in react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/madsleejensen/react-native-transitiongroup"
},
"keywords": [
"react",
"react-native",
"transition",
"transitiongroup",
"reacttransitiongroup"
],
"author": "Mads Lee Jensen <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": ">=15.5.0",
"react-native": "*"
},
"harmony": {
"alias": "react-native-transitiongroup"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-native-transitiongroup": "^1.2.0"
}
}