{
  "name": "grunt-seajs-build",
  "description": "Grunt task to build Sea.js Modules",
  "version": "0.1.2",
  "homepage": "",
  "author": {
    "name": "WarWithinMe",
    "email": "liangmorr@gmail.com",
    "url": "warwithinme.com"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:WarWithinMe/grunt_seajs.git"
  },
  "bugs": {
    "url": "https://github.com/WarWithinMe/grunt_seajs/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.4.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin"
  ]
}
