forked from madsleejensen/react-native-image-sequence
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 706 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 706 Bytes
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
{
"name": "react-native-image-sequence-2",
"repository": {
"type": "git",
"url": "https://github.com/bwindsor/react-native-image-sequence.git"
},
"version": "0.9.1",
"description": "A <ImageSequence> component for react-native",
"peerDependencies": {
"react-native": ">=0.47.0",
"prop-types": ">=15.5.0",
"deprecated-react-native-prop-types": "^2.3.0"
},
"license": "MIT",
"homepage": "https://github.com/bwindsor/react-native-image-sequence",
"main": "index.js",
"types": "typings/index.d.ts",
"keywords": [
"react-native",
"native",
"sequence",
"imagesequence",
"frames",
"frame-animation",
"animation",
"animationImages"
]
}