{
  "name": "prettystars",
  "version": "1.0.6",
  "description": "A simple node module to generate stars that can be partially filled",
  "main": "build/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack --watch",
    "build": "webpack --mode production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dggsax/prettyStars.git"
  },
  "keywords": [
    "Node",
    "Stars",
    "Pretty",
    "SVG"
  ],
  "author": "Daniel \"Gonzo\" Gonzalez",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dggsax/prettyStars/issues"
  },
  "homepage": "https://github.com/dggsax/prettyStars#readme",
  "peerDependencies": {
    "react": "^16.x"  
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "webpack": "^4.16.5",
    "webpack-command": "^0.4.1"
  }
}
