forked from shoutem/animation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.2 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@shoutem/animation",
"version": "0.8.7",
"description": "Shoutem Animation Library",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:shoutem/animation.git"
},
"dependencies": {
"hoist-non-react-statics": "^1.2.0",
"lodash": "^4.15.0"
},
"peerDependencies": {
"react": "^15.0.0",
"react-native": ">=0.28.0"
},
"keywords": [
"React",
"Native",
"Animation"
],
"homepage": "http://http://shoutem.github.io/docs/ui-toolkit/animation/introduction",
"bugs": {
"url": "https://github.com/shoutem/animation/issues"
},
"license": "BSD-3-Clause",
"maintainers": [
{
"email": "bruna.andjelic@gmail.com",
"name": "bAndelic"
},
{
"email": "belma.dzi@gmail.com",
"name": "morrigan"
},
{
"email": "luka.bracanovic@shoutem.com",
"name": "MrBr"
},
{
"email": "ivan@shoutem.com",
"name": "SoHotSoup"
},
{
"email": "tomislav.tenodi@shoutem.com",
"name": "tenodi"
},
{
"email": "vladimir@shoutem.com",
"name": "Vunovati"
},
{
"email": "zeljko@shoutem.com",
"name": "zrumenjak"
}
]
}