{
  "name": "grunt-bookmarklet-wrapper",
  "description": "Grunt task to urlencode, concatenate and wrap JavaScript files to prepare for execution as a bookmarklet.",
  "version": "1.2.0",
  "homepage": "https://github.com/mdvanes/grunt-bookmarklet-wrapper",
  "author": {
    "name": "M.D. van Es",
    "url": "http://mdworld.nl"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mdvanes/grunt-bookmarklet-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/mdvanes/grunt-bookmarklet-wrapper/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.12.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-jscs": "^2.8.0",
    "load-grunt-tasks": "^3.5.0"
  },
  "peerDependencies": {
    "grunt": "~1.0.1"
  },
  "keywords": [
    "gruntplugin",
    "bookmarklet"
  ]
}
