{
  "name": "component-tween",
  "description": "Motion tween engine using 'ease'",
  "version": "1.2.0",
  "keywords": [
    "tween",
    "tweening",
    "animation"
  ],
  "dependencies": {
    "component-clone": "0.2.2",
    "component-emitter": "1.2.0",
    "component-type": "1.1.0",
    "ease-component": "1.0.0"
  },
  "browser": {
    "clone": "component-clone",
    "emitter": "component-emitter",
    "type": "component-type",
    "ease": "ease-component"
  },
  "license": "MIT",
  "component": {
    "scripts": {
      "tween/index.js": "index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/component/tween.git"
  }
}
