{
  "name": "react-polymer",
  "version": "4.1.0",
  "description": "Use Polymer elements in React",
  "main": "index.js",
  "scripts": {
    "pretest": "standard && node test/build test/source.html | node test/transform-build > test/build.html",
    "test": "zuul -- test/test.js",
    "pretest-local": "npm run pretest",
    "test-local": "zuul --no-coverage --local 8088 -- test/test.js",
    "build-demo": "browserify demo/index-source.js -o demo/index-browserify.js -t [ babelify --presets [ es2015 react ] ] && node test/build demo/index-source.html > demo/index.html"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015"
          ]
        }
      ]
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jscissr/react-polymer.git"
  },
  "files": [
    "input.js",
    "ShadyDOMChildrenOperations.js",
    "ShadyDOMLazyTree.js"
  ],
  "keywords": [
    "react",
    "polymer",
    "material",
    "paper"
  ],
  "author": "Jan Schär <jscissr@gmail.com>",
  "license": "MIT",
  "bugs": "https://github.com/jscissr/react-polymer/issues",
  "homepage": "https://github.com/jscissr/react-polymer#readme",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-preset-react": "^6.11.1",
    "browserify": "^14.1.0",
    "merge-stream": "^1.0.1",
    "polymer-build": "^1.5.1",
    "react": "^15.4.0",
    "react-addons-test-utils": "^15.4.0",
    "react-dom": "^15.4.0",
    "standard": "^10.0.2",
    "tape": "^4.4.0",
    "zuul": "^3.9.0"
  },
  "peerDependencies": {
    "react": "^15.4.0"
  },
  "dependencies": {
    "babel-preset-es2015": "^6.3.13",
    "babelify": "^7.2.0",
    "object-assign": "^4.1.0",
    "prop-types": "^15.5.10"
  }
}
