{
  "name": "vue-feather-icon",
  "version": "1.2.0",
  "description": "Vue component for feather icon",
  "main": "index.js",
  "devDependencies": {
    "gulp": "^3.9.1",
    "event-stream": "^3.3.4",
    "gulp-concat": "^2.6.1",
    "gulp-flatten": "^0.3.1",
    "gulp-rename": "^1.2.2",
    "gulp-util": "^3.0.8"
  },
  "scripts": {
    "build": "node ./node_modules/.bin/gulp",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mage3k/vue-feather-icon.git"
  },
  "keywords": [
    "vue",
    "feather",
    "icon",
    "svg"
  ],
  "author": "mage3k <loper.tt@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mage3k/vue-feather-icon/issues"
  },
  "files": [
    "index.js",
    "plugin.js",
    "components"
  ],
  "homepage": "https://github.com/mage3k/vue-feather-icon#readme"
}
