{
  "name": "wpmu-lib",
  "title": "WPMU Dev code library",
  "description": "Framework to support creating WordPress plugins and themes.",
  "version": "3.0.1",
  "homepage": "http://premium.wpmudev.org/",
  "author": [
    {
      "name": "Philipp Stracker",
      "email": "philipp@stracker.net",
      "url": "http://premium.wpmudev.org/"
    }
  ],
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-concat": "~0.1.2",
    "grunt-contrib-uglify": "~0.1.1",
    "grunt-contrib-cssmin": "~0.6.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt-contrib-watch": "~0.2.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-compress": "~0.5.2",
    "grunt-contrib-sass": "~0.4.0",
    "grunt-phpunit": "~0.3.5"
  },
  "keywords": []
}