{
	"name": "google-maps",
	"description": "Wrapper for asynchronously used Google Maps API",
	"version": "3.3.0",
	"author": {
		"name": "David Kudera",
		"email": "kudera.d@gmail.com"
	},
	"keywords": [
		"google",
		"maps",
		"asynchronous",
		"browser",
		"wrapper"
	],
	"repository": {
		"type": "git",
		"url": "git@github.com:Carrooi/Js-GoogleMapsLoader.git"
	},
	"license": "MIT",
	"engines": {
		"node": "*"
	},
	"main": "./lib/Google.js",
	"devDependencies": {
		"uglify-js": "~2.4.0",
		"mocha": "~2.2.0",
		"mocha-phantomjs": "~3.5.0",
		"phantomjs": "~1.9.0",
		"chai": "~2.3.0"
	},
	"scripts": {
		"minify": "node ./node_modules/uglify-js/bin/uglifyjs ./lib/Google.js -o ./lib/Google.min.js",
		"test": "node ./node_modules/mocha-phantomjs/bin/mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs ./test/index.html"
	}
}
