{
  "name": "grunt-retro",
  "description": "Add grunt@0.4 functionality to grunt@0.3 plugins",
  "version": "0.7.0",
  "homepage": "https://github.com/twolfson/grunt-retro",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/grunt-retro.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/grunt-retro/issues"
  },
  "licenses": [
    {
      "type": "UNLICENSE",
      "url": "https://github.com/twolfson/grunt-retro/blob/master/UNLICENSE"
    }
  ],
  "main": "tasks/retro.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "cd test && grunt"
  },
  "_devDependencies": {
    "grunt": "~0.3.17"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.1.2"
  },
  "keywords": [
    "grunt",
    "gruntplugin",
    "retrofit",
    "grunt@0.3",
    "legacy"
  ]
}