{
  "name": "babelute-html-dom-pragmatics",
  "version": "0.3.0",
  "description": "Pure DOM engine for babelue-html-lexicon",
  "main": "dist/bundles/index.js",
  "module": "dist/bundles/index.mjs",
  "jsnext:main": "dist/bundles/index.mjs",
  "scripts": {
    "prebuild": "eslint src test",
    "build": "npm run bundles-build && uglifyjs dist/bundles/index.js -m -o dist/bundles/index.min.js",
    "bundles-build": "rollup -c",
    "bundles-watch": "rollup -c -w",
    "pretest": "npm run build",
    "test": "mocha",
    "karma": "karma start",
    "cover": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text mocha test/*.js",
    "prepublish": "npm test",
    "release": "standard-version"
  },
  "nyc": {
    "require": [
      "babel-register"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "keywords": [
    "dom-render",
    "dsl",
    "babelute-html-lexicon",
    "pragmatics"
  ],
  "author": "Gilles Coomans",
  "license": "MIT",
  "dependencies": {
    "babelute": "^0.4.3",
    "babelute-html-lexicon": "^0.2.3",
    "nomocas-webutils": "^0.0.7"
  },
  "devDependencies": {
    "assert": "^1.4.1",
    "babel-cli": "^6.14.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^2.0.2",
    "babel-plugin-unassert": "^2.1.2",
    "babel-preset-es2015": "^6.14.0",
    "babel-register": "^6.14.0",
    "babelrc-rollup": "^3.0.0",
    "chai": "^3.5.0",
    "cross-env": "^2.0.1",
    "eslint": "^3.15.0",
    "eslint-plugin-import": "^2.2.0",
    "karma": "^1.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-mocha": "^1.3.0",
    "karma-rollup-preprocessor": "^3.0.3",
    "mocha": "^3.2.0",
    "nyc": "^10.2.0",
    "rollup": "^0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-watch": "^3.2.2",
    "standard-version": "^4.0.0",
    "uglify-js": "^2.7.5"
  }
}
