{
	"name": "predictwind",
	"description": "Loading position information of PredictWind's tracking service for Iridium Go! users",
	"version": "1.0.0",
	"private": false,
	"author": "Thomas Brüggemann",
	"dependencies": {
		"request": "2.69.0"
	},
	"devDependencies": {
		"mocha": "*",
		"should": ">= 0.0.1"
	},
	"main": "predictwind",
	"scripts": {
		"test": "node_modules/.bin/mocha"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/thomasbrueggemann/predictwind.js.git"
	},
	"keywords": [
		"predictwind",
		"position",
		"gps",
		"location",
		"ship",
		"boat",
		"sailing",
		"sailboat"
	],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/thomasbrueggemann/predictwind.js/issues"
	},
	"homepage": "https://github.com/thomasbrueggemann/predictwind.js"
}