{
  "name": "rc-tween-one",
  "version": "2.2.6",
  "description": "tween-one anim component for react",
  "keywords": [
    "react",
    "react-component",
    "component",
    "react-tween-one",
    "tween",
    "react-tween",
    "tween-one",
    "animation",
    "animate",
    "rc-animation",
    "react-animation",
    "rc-animate",
    "react-animate",
    "motion",
    "rc-motion",
    "ant-motion"
  ],
  "homepage": "https://github.com/react-component/tween-one",
  "author": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-component/tween-one.git"
  },
  "bugs": {
    "url": "https://github.com/react-component/tween-one/issues"
  },
  "files": [
    "lib",
    "assets/*.css",
    "dist",
    "es"
  ],
  "licenses": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "config": {
    "port": 8100,
    "entry": {
      "rc-tween-one": [
        "./assets/index.less",
        "./src/index.js"
      ]
    }
  },
  "scripts": {
    "dist": "rc-tools run dist",
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "compile": "rc-tools run compile --babel-runtime",
    "pub": "rc-tools run pub --babel-runtime",
    "lint": "rc-tools run lint --fix",
    "karma": "rc-test run karma",
    "saucelabs": "rc-test run saucelabs",
    "test": "rc-test run test",
    "chrome-test": "rc-test run chrome-test",
    "coverage": "rc-test run coverage"
  },
  "devDependencies": {
    "core-js": "^2.5.7",
    "expect.js": "0.3.x",
    "pre-commit": "1.x",
    "rc-test": "6.x",
    "rc-tools": "8.x",
    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "rc-queue-anim": "^1.6.1",
    "rc-scroll-anim": "2.x"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "prop-types": "^15.6.1",
    "babel-runtime": "6.x",
    "deep-eql": "~3.0.1",
    "raf": "~3.4.0",
    "style-utils": "~0.1.13",
    "tween-functions": "~1.2.0"
  }
}
