{
  "name": "vue-themed-style-loader",
  "version": "0.3.0",
  "description": "Webpack loader to handle themed style builds of Vue.js applications",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --ext .js,.vue .",
    "precommit": "npm run lint",
    "prepush": "npm run lint && npm run test",
    "test": "jest",
    "watch": "npm-watch"
  },
  "watch": {
    "test": {
      "patterns": [
        "."
      ],
      "extensions": "js",
      "quiet": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brophdawg11/vue-themed-style-loader.git"
  },
  "keywords": [
    "vue",
    "style",
    "theme",
    "css"
  ],
  "author": "matt@brophy.org",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brophdawg11/vue-themed-style-loader/issues"
  },
  "homepage": "https://github.com/brophdawg11/vue-themed-style-loader#readme",
  "devDependencies": {
    "eslint": "3.19.0",
    "eslint-config-airbnb-base": "11.1.3",
    "eslint-friendly-formatter": "2.0.7",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-jest": "20.0.3",
    "husky": "0.14.3",
    "jest": "20.0.4",
    "loader-utils": "1.1.0",
    "lodash": "4.17.10",
    "npm-watch": "0.2.0",
    "vue-template-compiler": "2.5.16"
  },
  "peerDependencies": {
    "loader-utils": "^1.1.0",
    "lodash": "^4.17.4",
    "vue-template-compiler": "^2.2.6"
  }
}
