{
	"name": "line-simulator",
	"version": "0.2.2",
	"displayName": "LINE Simulator for Bot developer",
	"description": "LINE Simulator for Bot developer",
	"publisher": "kenakamu",
	"author": {
		"name": "kenakamu"
	},
	"dependencies": {
		"body-parser": "^1.18.2",
		"connect-multiparty": "^2.1.0",
		"express": "^4.15.2",
		"request": "^2.83.0",
		"shelljs": "^0.7.8",
		"socket.io": "^2.0.4"
	},
	"keywords": [
		"LINE",
		"Bot"
	],
	"scripts": {
		"start": "start http://localhost:8080 && node app.js",
		"startMac": "open http://localhost:8080 && node app.js",
		"startLinux": "xdg-open http://localhost:8080 && node app.js"
	},
	"bin": {
		"line-simulator": "run.js"
	},
	"repository": {
		"url": "https://github.com/kenakamu/LINESimulator"
	},
	"bugs": {
		"url": "https://github.com/kenakamu/LINESimulator/issues"
	},
	"license": "MIT"
}
