{
	"name": "sms",
	"version": "0.0.13",
	"description": "Send and receive SMS from a connected device with 3G modem.",
	"homepage": "http://github.com/marcusbaer/node-sms",
	"keywords": ["sms", "text messages", "text", "messages", "short message service", "service", "gammu", "wammu"],
	"author": "Marcus Baer <info@baer-media.com>",
	"repository": {
		"type": "git",
		"url": "http://github.com/marcusbaer/node-sms.git"
	},
	"bugs": {
		"url": "https://github.com/marcusbaer/node-sms/issues"
	},
	"licenses" : [{
		"type": "MIT",
		"url": "http://github.com/marcusbaer/node-sms/blob/master/LICENSE"
        }],
	"engines" : {
		"node": ">=0.10",
		"npm": ">=1.2.14"
	},
	"dependencies": {
		"dirty": "~0.9.7",
		"optimist": "~0.3.5",
		"underscore": "~1.4.4",
		"backbone": "~1.0.0"
	},
	"bin": {
		"smsd": "./bin/smsd"
	},
	"main": "index.js"
}
