{
  "name": "quickdom",
  "version": "1.0.94",
  "description": "Fast & light DOM element management supporting jquery-like methods, templates, & state-based styling",
  "main": "dist/quickdom.js",
  "module": "dist/quickdom.esm.js",
  "unpkg": "dist/quickdom.min.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "postversion": "npm run build && git add . && git commit -a -m '[Build]'",
    "prepublishOnly": "npm run test:browser",
    "postpublish": "git push",
    "watch": "cake -d watch",
    "build": "cake build && cake measure && cp -r build/* dist/",
    "test": "npm run test:browser -s || true",
    "test:local": "open test/testrunner.html",
    "test:karma": "cake install:test;   karma start .config/karma.conf.coffee",
    "test:browser": "cake install:test; karma start --single-run --browsers Electron .config/karma.conf.coffee",
    "test:chrome": "cake install:test;  karma start --single-run --browsers Chrome .config/karma.conf.coffee",
    "test:firefox": "cake install:test; karma start --single-run --browsers Firefox .config/karma.conf.coffee",
    "test:safari": "cake install:test;  karma start --single-run --browsers Safari .config/karma.conf.coffee",
    "test:sauce": "cake install:test;   sauce=1 karma start .config/karma.conf.coffee",
    "coverage": "cake install:coverage; npm run coverage:run && npm run coverage:badge",
    "coverage:run": "coverage=true npm run test:electron",
    "coverage:badge": "badge-gen -d ./.config/badges/coverage",
    "coverage:show": "open coverage/lcov-report/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielkalen/quickdom.git"
  },
  "author": "danielkalen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/danielkalen/quickdom/issues"
  },
  "homepage": "https://github.com/danielkalen/quickdom#readme",
  "dependencies": {
    "@danielkalen/is": "^2.0.1",
    "quickcss": "^1.4.4",
    "smart-extend": "^1.7.4"
  },
  "devDependencies": {
    "bluebird": "^3.5.0",
    "chalk": "^2.0.1",
    "coffee-script": "^1.12.7",
    "coffeescript": "^2.3.2",
    "execa": "^0.7.0",
    "fs-jetpack": "^0.13.3",
    "package-install": "^1.2.6",
    "promise-break": "^0.1.2",
    "rollup": "^1.1.2",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-coffee-script": "^2.0.0",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-terser": "^4.0.2",
    "semver": "^5.3.0",
    "transform-runtime": "0.0.0"
  }
}
