{
  "name": "grunt-to-double-quotes",
  "version": "0.1.0",
  "description": "Replaces single ( escaped or otherwise ) quotes with double quotes.",
  "homepage": "https://github.com/kuatsure/grunt-to-double-quotes",
  "repository": {
    "type": "git",
    "url": "https://github.com/kuatsure/grunt-to-double-quotes"
  },
  "bugs": "https://github.com/kuatsure/grunt-to-double-quotes/issues",
  "author": {
    "name": "Jarrett Drouillard",
    "email": "jarrett@thestyl.us",
    "url": "http://thestyl.us"
  },
  "keywords": [
    "gruntplugin",
    "normalize",
    "quotes",
    "quote",
    "double",
    "doublequotes",
    "double-quotes",
    "text",
    "convert",
    "string",
    "code",
    "matching",
    "replace"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "devDependencies": {
    "grunt-contrib-jshint": "~0.2.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt-contrib-clean": "~0.4.0",
    "grunt": "~0.4.0",
    "load-grunt-tasks": "~0.2.0",
    "jshint-stylish": "~0.1.3"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "to-double-quotes": "~0.2.0"
  }
}
