{
  "name": "remark-css-selectors",
  "version": "1.0.1",
  "description": "Adding class and id attribute to AST tree (not standard markdown syntax)",
  "main": "/dist/index.js",
  "homepage": "https://github.com/robert8888/remark-css-selectors",
  "repository": {
    "type": "git",
    "url": "https://github.com/robert8888/remark-css-selectors"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel lib --out-dir dist"
  },
  "keywords": [
    "Remark",
    "css",
    "selectors",
    "attribute",
    "id",
    "className",
    "experimental",
    "syntax",
    "html"
  ],
  "author": "robert.kami88@gmail.com",
  "license": "ISC",
  "dependencies": {
    "unist-util-filter": "^2.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.10.4",
    "@babel/plugin-transform-modules-commonjs": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/cli": "^7.10.4"
  }
}
