{
  "name": "gulp-order",
  "description": "The gulp plugin `gulp-order` allows you to reorder a stream of files using the same syntax as of `gulp.src`.",
  "version": "1.2.0",
  "license": "MIT",
  "main": "lib/index.js",
  "homepage": "https://github.com/sirlantis/gulp-order#readme",
  "bugs": "https://github.com/sirlantis/gulp-order/issues",
  "repository": "https://github.com/sirlantis/gulp-order.git",
  "author": {
    "name": "Marcel Jackwerth",
    "email": "marceljackwerth@gmail.com",
    "url": "http://twitter.com/sirlantis"
  },
  "devDependencies": {
    "chai": "~4.1.2",
    "coffeescript": "~2.3.1",
    "mocha": "~5.2.0",
    "vinyl": "~2.1.0"
  },
  "dependencies": {
    "minimatch": "~3.0.4",
    "stable": "~0.1.8",
    "through": "~2.3.8"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "minimatch",
    "concat",
    "order",
    "pipe"
  ],
  "scripts": {
    "test": "mocha",
    "prepublish": "coffee -o lib -c src/index.coffee"
  }
}
