forked from madsleejensen/react-native-image-sequence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 784 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
{
"name": "react-native-image-sequence",
"repository": {
"type": "git",
"url": "https://github.com/madsleejensen/react-native-image-sequence.git"
},
"version": "0.7.0",
"description": "A <ImageSequence> component for react-native",
"author": {
"name": "Mads Lee Jensen",
"email": "[email protected]",
"url": "http://mads-lee.dk"
},
"peerDependencies": {
"react-native": ">=0.47.0",
"prop-types": ">=15.5.0"
},
"license": "MIT",
"homepage": "https://github.com/madsleejensen/react-native-image-sequence",
"main": "index.js",
"types": "typings/index.d.ts",
"keywords": [
"react-native",
"native",
"sequence",
"imagesequence",
"frames",
"frame-animation",
"animation",
"animationImages"
]
}