{
  "name": "rating-custom-element",
  "version": "0.0.4",
  "description": "Rating Custom Element. Intended as plug and play HTML element to enable custom rating. For in-browser usage.",
  "main": "rating-element.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "np --yolo",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marinko-peso/rating-custom-element.git"
  },
  "keywords": [
    "rating",
    "custom",
    "html",
    "element",
    "stars"
  ],
  "author": "Marinko Peso <marinko.peso@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marinko-peso/rating-custom-element/issues"
  },
  "homepage": "https://github.com/marinko-peso/rating-custom-element#readme",
  "devDependencies": {
    "eslint": "^5.5.0",
    "eslint-config-semistandard": "^12.0.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0"
  }
}
