{
  "name": "wandi-gulp-styles",
  "version": "2.1.0",
  "description": "Compile Sass / add prefixes to generated CSS",
  "main": "task/index.js",
  "scripts": {
    "lint": "eslint --fix \"task/*\"",
    "test": "npm run lint && gulp compile --gulpfile ./test/gulpfile.js",
    "test:watch": "gulp watch --gulpfile ./test/gulpfile.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WandiParis/gulp-styles.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/WandiParis/gulp-styles/issues"
  },
  "homepage": "https://github.com/WandiParis/gulp-styles#readme",
  "dependencies": {
    "autoprefixer": "^6.4.0",
    "cssnano": "^3.7.3",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-plumber": "^1.1.0",
    "gulp-postcss": "^6.1.1",
    "gulp-sass": "^3.1.0",
    "gulp-sourcemaps": "^2.4.0",
    "gulp-stylelint": "^3.7.0",
    "gulp-util": "^3.0.7",
    "postcss-pxtorem": "^4.0.0"
  },
  "devDependencies": {
    "eslint": "^3.17.1",
    "eslint-config-wandi": "^1.1.1",
    "stylelint-config-wandi": "^1.1.1"
  }
}
