{
	"version": "0.2.0",
	"configurations": [
		{
			"name": "Launch ./bin/www",
			"type": "node",
			"program": "./bin/www",
			"stopOnEntry": false,
			"args": []
		},
		{
			"name": "Run Node",
			"type": "node",
			"program": "./index.js",
			"address": "localhost",
			"port": "5858",
			"sourceMaps": false
		}
	]
}