{
  "name": "vue-less-format",
  "version": "1.0.4",
  "description": "vue-less-format is a tool that automatically format your less code inside vue files",
  "main": "index.js",
  "scripts": {
    "test": "node test/index.js",
    "build": "babel src/index.js -o lib/index.js",
    "lint": "eslint src/index.js"
  },
  "keywords": [
    "css-format",
    "style-format",
    "vue-css-format",
    "vue-style-format"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yneves/vue-less-format.git"
  },
  "author": "Yuri Neves Silveira <yurinevessilveira@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "postcss": "^6.0.14",
    "postcss-format-less-mixins": "^1.0.0",
    "postcss-less": "^1.1.3",
    "postcss-scss": "^1.0.2",
    "stylefmt": "^6.0.0",
    "stylelint-config-recommended": "^1.0.0",
    "stylelint-config-standard": "^17.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^4.11.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1"
  }
}
