{
  "name": "grunt-wording",
  "description": "The best Grunt plugin ever.",
  "version": "0.1.6",
  "homepage": "https://github.com/P1X3L/grunt-wording",
  "author": {
    "name": "pxceccaldi",
    "email": "pxceccaldi@af83.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/pix/grunt-wording.git"
  },
  "bugs": {
    "url": "https://github.com/P1X3L/grunt-wording/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/P1X3L/grunt-wording/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "express": "~3.2.5"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt": "~0.4.0",
    "express": "~3.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
