{
  "name": "gulp-iconv",
  "version": "0.0.1",
  "description": "gulp-iconv ==========",
  "main": "lib/gulp-iconv.js",
  "dependencies": {
    "gulp-util": "^3.0.1",
    "iconv-lite": "^0.4.4",
    "lodash": "^2.4.1",
    "through2": "^0.6.3"
  },
  "devDependencies": {
    "buffer-equal": "0.0.1",
    "chai": "^1.9.2",
    "coffee-script": "^1.8.0",
    "coveralls": "^2.11.2",
    "gulp": "^3.8.8",
    "gulp-coffee": "^2.2.0",
    "gulp-mocha": "^1.1.1",
    "istanbul": "^0.3.2",
    "mocha": "^1.21.4",
    "mocha-lcov-reporter": "0.0.1"
  },
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register",
    "istanbul": "coffee -c test && istanbul cover _mocha --report lcovonly -- -R spec && rm -rf ./coverage ./test/*.js",
    "coveralls": "coffee -c test && istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/minodisk/gulp-iconv.git"
  },
  "keywords": [
    "gulp",
    "iconv",
    "iconv-lite"
  ],
  "author": "Daisuke Mino",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/minodisk/gulp-iconv/issues"
  },
  "homepage": "https://github.com/minodisk/gulp-iconv"
}
