{
 "name": "min-history",
 "description": "HTML5 History API polyfill for IE8+, ... Simple, minimal, workable.",
 "author": {
  "name": "Gilles Coomans",
  "email": "gilles.coomans@gmail.com"
 },
 "version": "0.1.4",
 "keywords": [
  "history",
  "polyfill",
  "shim",
  "ie8"
 ],
 "license": "MIT",
 "repository": {
  "type": "git",
  "url": "https://github.com/nomocas/min-history.git"
 },
 "dependencies": {},
 "main": "./min-history",
 "devDependencies": {
  "amdefine": "^0.1.0",
  "chai": "^1.9.1",
  "grunt": "^0.4.5",
  "grunt-contrib-uglify": "^0.5.1",
  "grunt-http-server": "^1.0.0",
  "ie8": "^0.2.0",
  "mocha": "^1.21.4"
 }
}