{
  "name": "dom-helpers",
  "version": "2.4.0",
  "description": "tiny modular DOM lib for ie8+ ",
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
  "repository": "jquense/dom-helpers",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "dom-helpers",
    "react-component",
    "dom",
    "api",
    "cross-browser",
    "style",
    "event",
    "height",
    "width",
    "dom-helpers",
    "class",
    "classlist",
    "css"
  ],
  "scripts": {
    "test": "karma start --single-run",
    "tdd": "karma start",
    "clean": "gulp clean",
    "build": "gulp build"
  }
}