{
  "name": "load-google-maps-api-2",
  "version": "1.0.2",
  "description": "A thin, Promise-returning helper for loading the Google Maps JavaScript API.",
  "author": "Lim Yuan Qing, Martin Jiřička",
  "license": "MIT",
  "keywords": ["Google", "maps", "promise", "browser", "wrapper", "loader"],
  "repository": {
    "type": "git",
    "url": "git://github.com/mjiricka/load-google-maps-api.git"
  },
  "main": "index.js",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.4.0",
    "mocha": "^3.0.2"
  },
  "scripts": {
    "lint": "eslint index.js",
    "test": "mocha"
  }
}
