{
  "name": "gulp-sass-partials-imported",
  "version": "1.0.7",
  "description": "It process scss partials files and add the files that import them to the pipe.",
  "license": "MIT",
  "repository": "g100g/gulp-sass-partials-imported",
  "author": {
    "name": "G100g",
    "email": "giorgio@g100g.net",
    "url": "http://g100g.net"
  },
  "contributors": [
    "Davide Cantelli <hello@davidecantelli.it> (http://davidecantelli.it/)"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "scripts": {
    "test": "tape specs/tests.js | tap-spec",
    "lint": "eslint ."
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "sass",
    "import",
    "imported",
    "cache"
  ],
  "dependencies": {
    "through2": "^2.0.1",
    "vinyl-file": "^2.0.0",
    "sass-graph": "^2.1.1"
  },
  "devDependencies": {
    "eslint-plugin-filenames": "^0.2.0",
    "gulp": "^3.9.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  }
}
