{
  "name": "grunt-amd-tamer",
  "description": "Tame your AMD modules",
  "version": "1.0.0",
  "homepage": "https://github.com/freezedev/grunt-amd-tamer",
  "author": {
    "name": "Johannes Stein",
    "email": "johannesstein@freeze-dev.com",
    "url": "http://www.freeze-dev.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/freezedev/grunt-amd-tamer.git"
  },
  "bugs": {
    "url": "https://github.com/freezedev/grunt-amd-tamer/issues"
  },
  "licenses": [
    {
      "type": "Public domain",
      "url": "https://github.com/freezedev/grunt-amd-tamer/blob/master/LICENSE"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "~0.4.0",
    "grunt-release": "^0.12.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "amd",
    "modules",
    "module",
    "concat",
    "sourcemap",
    "requirejs",
    "require",
    "almond"
  ],
  "dependencies": {
    "sourcemap-concat": "^1.0.2"
  }
}
