{
  "name": "blossom-svg-webfont-icons",
  "version": "1.1.0",
  "description": "Blossom's custom webfont icon set",
  "main": "Gruntfile.js",
  "scripts": {
    "release": "release-it",
    "build": "grunt",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blossomfinance/svg-webfont-icons.git"
  },
  "keywords": [
    "Blossom",
    "icons",
    "microfinance",
    "finance",
    "webfont",
    "svg"
  ],
  "author": "Matthew J. Martin <matthew.mar10@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blossomfinance/svg-webfont-icons/issues"
  },
  "homepage": "https://github.com/blossomfinance/svg-webfont-icons#readme",
  "devDependencies": {
    "grunt": "^1.1.0",
    "grunt-webfont": "^1.7.2",
    "release-it": "^13.5.5"
  },
  "release-it": {
    "ci": true,
    "git": {
      "commit": true,
      "tag": true,
      "push": true
    },
    "github": {
      "release": true
    },
    "hooks": {
      "before:init": [
        "npm run build"
      ]
    },
    "npm": {
      "publish": true
    }
  }
}
