{
  "name": "css-keyframer",
  "version": "1.0.1",
  "description": "Dynamic css animation keyframes Manipulation library.",
  "main": "css-keyframer.js",
  "scripts": {
    "start": "npm run watch & npm run demo",
    "test": "npm run lint && npm run karma",
    "build": "npm run build:js && npm run demo:build",
    "build:js": "NODE_ENV=production rollup -i src/index.js -o css-keyframer.js -c && uglifyjs -c -m -o css-keyframer.min.js --comments -- css-keyframer.js",
    "watch": "npm run watch:js & npm run watch:test",
    "watch:js": "onchange 'src/**/*.js' -- npm run build:js",
    "watch:test": "onchange 'test/**/*.js' -- npm run karma",
    "lint": "eslint src/**/*.js .eslintrc.js --no-ignore",
    "karma": "NODE_ENV=test karma start karma.conf.js --single-run",
    "demo": "npm run demo:server & npm run demo:watch",
    "demo:server": "browser-sync start -s 'demo' -f 'demo/**/*.html, demo/**/*.css, demo/**/*.js' --no-notify --no-open --no-ghost-mode",
    "demo:watch": "onchange 'css-keyframer.js' -- npm run demo:build",
    "demo:build": "copyfiles css-keyframer.js demo/"
  },
  "keywords": [
    "css",
    "animation",
    "keyframes",
    "css-keyframer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tsuyoshiwada/css-keyframer.git"
  },
  "bugs": {
    "url": "https://github.com/tsuyoshiwada/css-keyframer/issues"
  },
  "homepage": "https://github.com/tsuyoshiwada/css-keyframer",
  "author": "tsuyoshiwada",
  "license": "MIT",
  "dependencies": {
    "exenv": "^1.2.1",
    "hyphenate-style-name": "^1.0.2",
    "inline-style-prefixer": "^2.0.5",
    "is-plain-object": "^2.0.1"
  },
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "babel-plugin-espower": "^2.3.2",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-es2015-rollup": "^3.0.0",
    "babel-preset-stage-0": "^6.22.0",
    "babelify": "^7.3.0",
    "browser-sync": "^2.18.6",
    "browserify": "^14.0.0",
    "copyfiles": "^1.1.0",
    "eslint": "^3.14.1",
    "karma": "^1.4.1",
    "karma-browserify": "^5.1.1",
    "karma-cli": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-phantomjs-shim": "^1.4.0",
    "mocha": "^3.2.0",
    "onchange": "^3.2.1",
    "phantomjs-prebuilt": "^2.1.14",
    "power-assert": "^1.4.2",
    "rollup": "^0.41.4",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-commonjs": "^7.0.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "uglify-js": "^2.7.5",
    "watchify": "^3.9.0"
  }
}
