{
  "name": "mojs-util-separate-tween-options",
  "description": "mojs util to separate tween options",
  "version": "0.10.1",
  "license": "MIT",
  "private": false,
  "scripts": {
    "start": "webpack",
    "test": "karma start --single-run",
    "build": "webpack --production --optimize-minimize",
    "test-dev": "karma start",
    "analyze": "webpack --json > stats.json",
    "lint": "eslint ./src",
    "stats:js": "echo \"Size of mo.js is $(gzip -c build/mo.js | wc -c) bytes gzipped\"",
    "prepush": "npm run lint && npm test"
  },
  "main": "build/separate-tween-options.js",
  "keywords": [
    "motion",
    "effects",
    "animation",
    "motion graphics"
  ],
  "author": {
    "name": "LegoMushroom",
    "email": "legomushroom@gmail.com",
    "twitter": "@legomushroom",
    "url": "https://twitter.com/legomushroom"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/legomushroom/mojs.git"
  },
  "bugs": {
    "url": "https://github.com/legomushroom/mojs/issues"
  },
  "homepage": "https://github.com/legomushroom/mojs",
  "dependencies": {
    "mojs-tween": "^0.11.0"
  },
  "devDependencies": {
    "babel-core": "^6.24.0",
    "babel-loader": "^6.4.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-check-es2015-constants": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-es2015-block-scoping": "^6.23.0",
    "babel-plugin-transform-es2015-classes": "^6.23.0",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-for-of": "^6.23.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.0",
    "babel-plugin-transform-es2015-parameters": "^6.23.0",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
    "babel-plugin-transform-es2015-spread": "^6.22.0",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel-plugin-transform-exponentiation-operator": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-strict-mode": "^6.22.0",
    "babel-preset-babili": "0.0.12",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-stage-2": "^6.22.0",
    "babel-runtime": "^6.23.0",
    "codacy-coverage": "^2.0.2",
    "compression-webpack-plugin": "^0.4.0",
    "coveralls": "^2.12.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-plugin-import": "^2.6.0",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-react": "^7.1.0",
    "husky": "^0.14.1",
    "jasmine-core": "^2.6.4",
    "karma": "^1.7.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-clear-screen-reporter": "^1.0.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-remap-coverage": "^0.1.4",
    "karma-remap-istanbul": "^0.6.0",
    "karma-sauce-launcher": "^1.1.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.4",
    "mojs-player": "^0.43.16",
    "phantomjs-polyfill": "0.0.2",
    "unminified-webpack-plugin": "^1.2.0",
    "webpack": "^3.0.0"
  }
}
