{
	"name": "stormflash",
	"description": "stormflash provides remote application lifecycle management on any arbitrary endpoint",
	"version": "0.3.8",
	"author": "Peter K. Lee",
	"homepage": "http://stormstack.org",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git://github.com/stormstack/stormflash.git"
	},
	"dependencies": {
		"stormagent": "0.2.x",
		"stormbolt": "0.3.x",
		"request": "2.34.x",
		"json-schema": "0.2.0",
		"lazy": "1.0.x",
		"async": "0.8.x",
		"node-uuid": "1.3.x",
		"minimist":"0.1.0",
		"find-in-path":"0.0.x"
	},
	"devDependencies": {
		"coffee-script": ">=1.7.1"
	},
	"optionalDependencies": {},
	"engines": {
		"node": ">=0.6.x"
	},
	"main": "./lib/stormflash",
	"config": {
        "datadir" : "/var/stormflash",
        "repeatInterval" : 25000,
		"logfile": "/var/log/stormflash.log",
		"storm": {
			"functions": [
				"agent.install",
				"agent.remove",
				"agent.upgrade",
				"agent.list",
				"agent.start",
				"agent.stop",
				"agent.reload"
			],
			"events": [

			],
			"plugins": [
				"lib/plugin"
			]
		}
	},
	"scripts": {
		"prepublish": "mkdir -p lib; coffee -o lib -c src",
		"start": "node --expose-gc lib/stormflash"
	},
	"contributors": [
		"Ravi Chunduru",
		"Suresh Kumar",
		"Geetha Rani",
		"Sivaprasath Busa"
	]
}
