Experimental port to Firebase hosting
This commit is contained in:
41
public/react-motion@0.5.2/bower.json
Normal file
41
public/react-motion@0.5.2/bower.json
Normal file
@ -0,0 +1,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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user