{
  "name": "preact-css-transition-group",
  "amdName": "PreactCSSTransitionGroup",
  "version": "1.3.0",
  "description": "Apply CSS transitions when adding or removing Preact components/elements.",
  "main": "dist/preact-css-transition-group.js",
  "minified:main": "dist/preact-css-transition-group.min.js",
  "jsnext:main": "src/index.js",
  "scripts": {
    "build": "npm-run-all transpile minify size",
    "transpile": "rollup -c rollup.config.js",
    "minify": "uglifyjs $npm_package_main -cm -o $npm_package_minified_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_minified_main}.map",
    "size": "echo \"gzip size: $(gzip-size $npm_package_minified_main | pretty-bytes)\"",
    "test": "npm-run-all lint test:karma",
    "lint": "eslint {src,tests}",
    "test:karma": "karma start tests/karma.conf.js --single-run",
    "prepublish": "npm-run-all build test",
    "release": "npm run -s build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
    "peer:preact": "mkdir -p tests/preact-versions && sh -c 'curl https://registry.npmjs.org/preact/-/preact-$0.tgz | tar xz -O package/dist/preact.min.js > tests/preact-versions/$0.js'"
  },
  "keywords": [
    "preact",
    "preact-component",
    "preact-css-transition-group",
    "css-transition-group"
  ],
  "homepage": "http://github.com/developit/preact-css-transition-group",
  "authors": [
    "Jason Miller <jason@developit.ca>",
    "yiminghe (https://github.com/yiminghe)",
    "React Authors (https://facebook.github.io/react)"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/css-transition-group.git"
  },
  "bugs": {
    "url": "http://github.com/developit/preact-css-transition-group/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.6.4",
    "babel-eslint": "^6.1.2",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-class-properties": "^6.6.0",
    "babel-plugin-transform-es2015-classes": "^6.6.5",
    "babel-plugin-transform-object-rest-spread": "^6.6.4",
    "babel-plugin-transform-react-jsx": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-es2015-loose-rollup": "^7.0.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "css-loader": "^0.23.1",
    "eslint": "^3.2.0",
    "gzip-size-cli": "^1.0.0",
    "karma": "^1.1.2",
    "karma-chai": "^0.1.0",
    "karma-chai-sinon": "^0.1.5",
    "karma-mocha": "^1.1.1",
    "karma-mocha-reporter": "^2.0.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.7.0",
    "mkdirp": "^0.5.1",
    "mocha": "^2.4.5",
    "npm-run-all": "^2.3.0",
    "phantomjs-prebuilt": "^2.1.5",
    "preact": "^8.1.0",
    "pretty-bytes-cli": "^1.0.0",
    "rollup": "^0.34.1",
    "rollup-plugin-babel": "^2.4.0",
    "rollup-plugin-commonjs": "^3.3.1",
    "rollup-plugin-node-resolve": "^1.5.0",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "style-loader": "^0.13.0",
    "uglify-js": "^2.6.2",
    "webpack": "^1.12.14"
  },
  "peerDependencies": {
    "preact": "*"
  }
}
