

{
	"version": "2.0.0",
	"type": "shell",
	"presentation": {
		"echo": true,
		"reveal": "silent",
		"focus": true,
		"panel": "new"
	},
	"tasks": [
		{
			"type": "npm",
			"script": "gulp",
			"path": "raven-cli",
			"problemMatcher": [],
			"label": "npm: gulp - raven-ui",
			"detail": "gulp",
			"group": {
				"kind": "build",
				"isDefault": true,

			}
		}
	]
}
 