{
	"author": "Dion Whitehead Amago",
	"name": "catapult",
	"description": "Game development asset server.  Monitors files for changes and notifies clients of changes, serves spreadsheets as json. ",
	"license": "BSD",
	"version": "2.0.3",
	"keywords": [
	    "node.js",
	    "game",
	    "haxe",
	    "flambe"
	  ],
	"devDependencies": {},
	"repository": {
	    "type": "git",
	    "url": "https://github.com/dionjwa/catapult"
	  },
	"dependencies": {
		"watch": "^0.13.0",
		"websocket": "^1.0.14",
		"mime": "latest"
	},
	"scripts": {
		"build": "haxe build.hxml",
		"install_haxelibs": "haxelib install build.hxml",
		"demo_server": "./bin/catapult.js ./demo/assets",
		"predemo_server": "haxe build.hxml"
	},
	"main": "lib/catapult.js",
	"bin": {
		"catapult": "./bin/catapult.js"
	}
}
