{
  "name": "dom101",
  "description": "DOM manipulation functions.",
  "version": "2.2.1",
  "author": "Rico Sta. Cruz <rico@ricostacruz.com>",
  "bugs": {
    "url": "https://github.com/rstacruz/dom101/issues"
  },
  "devDependencies": {
    "docpress": "0.6.13",
    "git-update-ghpages": "1.3.0",
    "jest": "21.2.1",
    "mdx": "0.3.1",
    "npm-run-all": "4.1.1",
    "prettier-standard": "7.0.1",
    "standard": "10.0.3"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://ricostacruz.com/dom101",
  "keywords": [
    "addclass",
    "dom",
    "helpers",
    "html",
    "jquery",
    "removeclass",
    "utils"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rstacruz/dom101.git"
  },
  "scripts": {
    "test": "jest",
    "lint": "standard",
    "prepare": "make -B prepare"
  }
}
