forked from chenglou/react-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 746 Bytes
/
bower.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
37
38
39
40
41
{
"name": "react-motion",
"version": "0.5.1",
"homepage": "https://github.com/chenglou/react-motion",
"authors": [
"chenglou"
],
"description": "A spring that solves your animation problems.",
"main": [
"build/react-motion.js",
"build/react-motion.map"
],
"dependencies": {
"react": "^0.14.9 || ^15.3.0"
},
"keywords": [
"react",
"component",
"react-component",
"transitiongroup",
"spring",
"tween",
"motion",
"animation",
"transition",
"ui"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"demo*",
"server.js",
"src",
"webpack.config.js",
"webpack.prod.config.js",
"karma.conf.js",
"package.json"
]
}