{
  "name": "react-animation-engine",
  "version": "0.2.3",
  "description": "Extract famo.us transitionable capabilities in 14kb for react. Mixin to transition between state values.",
  "main": "./build/global/FamousAnimations.js",
  "repository": "https://github.com/aitoroses/famous-animation-engine",
  "scripts": {
    "build-global": "rm -rf build/global && NODE_ENV=production webpack src/index.js build/global/FamousAnimations.js && NODE_ENV=production COMPRESS=1 webpack src/index.js build/global/FamousAnimations.min.js && echo \"gzipped, the global build is `gzip -c build/global/FamousAnimations.min.js | wc -c` bytes\"",
    "build-global-spring": "NODE_ENV=production webpack src/spring.js build/global/FamousAnimations.springs.js && NODE_ENV=production COMPRESS=1 webpack src/spring.js build/global/FamousAnimations.springs.min.js && echo \"gzipped, the global build is `gzip -c build/global/FamousAnimations.springs.min.js | wc -c` bytes\"",
    "examples": "./node_modules/.bin/live-server",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Aitor Oses",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^5.1.11",
    "babel-loader": "^5.0.0",
    "famous": "^0.3.5",
    "live-server": "^0.7.1",
    "webpack": "^1.8.9"
  }
}
