{
  "name": "popmotion-timeline",
  "version": "1.0.1",
  "description": "Compose tweens into a single, scrubbable timeline.",
  "author": "Matt Perry <sirhound@popmotion.io>",
  "homepage": "http://popmotion.io",
  "main": "./lib/index.js",
  "esnext": "./src/index.js",
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Popmotion/popmotion/tree/master/packages/popmotion-timeline/"
  },
  "bugs": {
    "url": "https://github.com/Popmotion/popmotion/issues"
  },
  "keywords": [
    "popmotion",
    "animation",
    "window",
    "react",
    "react animation",
    "spin"
  ],
  "analyze": true,
  "license": "MIT",
  "scripts": {
    "compile": "babel src --out-dir lib"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.0.20",
    "babel-eslint": "^6.0.2",
    "babel-plugin-root-import": "^5.1.0",
    "babel-plugin-transform-export-extensions": "^6.4.0",
    "babel-plugin-transform-react-constant-elements": "^6.9.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.2.6",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.5.2",
    "babel-preset-es2015": "^6.0.15",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.17.0",
    "babel-register": "^6.3.13"
  },
  "peerDependencies": {
    "popmotion": "^7.7.0"
  }
}
