{
  "name": "apply-selector-and-css",
  "version": "1.1.1",
  "description": "Setup id, className, and inline css if needed for and HTMLElement based on a selector. Handy for cases where sometimes css maybe applied from an external file or sometimes from inline.css",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Mikko Haapoja",
    "email": "me@mikkoh.com",
    "url": "https://github.com/mikkoh"
  },
  "dependencies": {
    "cssobject-from-selector": "^1.0.2",
    "dom-css": "^1.1.1",
    "parse-selector": "^1.0.0"
  },
  "devDependencies": {
    "tape": "^3.5.0"
  },
  "scripts": {
    "test": "node test/"
  },
  "keywords": [
    "html,element,id,className,css,apply,selector"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Jam3/apply-selector-and-css.git"
  },
  "homepage": "https://github.com/Jam3/apply-selector-and-css",
  "bugs": {
    "url": "https://github.com/Jam3/apply-selector-and-css/issues"
  }
}
