{
  "name": "decca",
  "description": "Render interfaces using pure functions and virtual DOM, kinda",
  "version": "2.0.0",
  "author": "Rico Sta. Cruz <rico@ricostacruz.com>",
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ],
    "plugins": [
      "syntax-jsx",
      [
        "transform-react-jsx",
        {
          "pragma": "element"
        }
      ],
      "transform-es3-member-expression-literals",
      "transform-es3-property-literals"
    ]
  },
  "bugs": {
    "url": "https://github.com/rstacruz/decca/issues"
  },
  "dependencies": {
    "simpler-debounce": "1.0.0",
    "virtual-dom": "2.1.1"
  },
  "devDependencies": {
    "babel-cli": "6.4.0",
    "babel-plugin-syntax-jsx": "6.3.13",
    "babel-plugin-transform-es3-member-expression-literals": "6.3.13",
    "babel-plugin-transform-es3-property-literals": "6.3.13",
    "babel-plugin-transform-react-jsx": "6.4.0",
    "babel-preset-es2015": "6.3.13",
    "babel-preset-stage-0": "6.3.13",
    "babel-register": "6.4.3",
    "babelify": "7.2.0",
    "budo": "7.1.0",
    "deku": "2.0.0-rc12",
    "docpress": "0.6.10",
    "es5-shim": "4.4.1",
    "eslint": "1.10.3",
    "eslint-config-standard": "4.4.0",
    "eslint-config-standard-react": "1.2.1",
    "eslint-plugin-react": "3.15.0",
    "eslint-plugin-standard": "1.3.1",
    "git-update-ghpages": "1.3.0",
    "jsdom": "7.2.2",
    "jsdom-global": "1.6.1",
    "tap-dev-tool": "1.3.0",
    "tap-spec": "4.1.1",
    "tape": "4.4.0",
    "tape-dom": "0.0.10",
<<<<<<< 5af855458daa952f5ed9f8f602331b48371afe30
    "tape-eslint": "1.2.1",
    "tape-watch": "1.2.0",
=======
    "tape-eslint": "1.2.0",
    "tape-watch": "1.3.0",
>>>>>>> Update tape-watch
    "watchify": "3.7.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/rstacruz/decca#readme",
  "keywords": [
    "deku",
    "dom",
    "elm",
    "functional",
    "react",
    "redux",
    "virtual"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "jsnext:main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rstacruz/decca.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build",
    "test": "node test/index.js | tap-spec",
    "test:budo": "budo test/index.js --live --open -- -t babelify --debug",
    "test:watch": "tape-watch test/index.js -p tap-spec",
    "watch": "babel -w src --out-dir lib"
  }
}
