{
  "name": "gulp-smoosher",
  "version": "0.0.9",
  "description": "Inline css and js links with file contents",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": "https://github.com/gabrielflorit/gulp-smoosher.git",
  "keywords": [
    "gulpplugin",
    "inline",
    "css",
    "javascript"
  ],
  "author": {
    "name": "Gabriel Florit",
    "url": "http://gabrielflor.it"
  },
  "license": "MIT",
  "dependencies": {
    "async": "^0.9.0",
    "async-replace": "^1.0.0",
    "cheerio": "~0.13.1",
    "gulp-util": "~2.2.14",
    "lodash": "^3.10.1",
    "through2": "~0.4.1"
  },
  "devDependencies": {
    "mocha": "~1.17.1"
  },
  "engines": {
    "node": ">=0.10"
  }
}
