{
  "name": "animation-util",
  "version": "1.0.11",
  "description": "util for animation",
  "main": "lib/index.js",
  "scripts": {
    "start":"webpack-dev-server --config webpack.dev.config.js",
    "build":"webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/huxiaoqi567/animation-util.git"
  },
  "keywords": [
    "animation",
    "util",
    "timer",
    "easing",
    "bezier"
  ],
  "author": "xiaoqi.huxq",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/huxiaoqi567/animation-util/issues"
  },
  "homepage": "https://github.com/huxiaoqi567/animation-util#readme",
  "dependencies": {
    "object-assign": "^4.1.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "webpack": "^3.8.1",
    "webpack-dev-server": "^2.7.1"
  }
}
