UNPKG

@netlify/framework-info

Version:
22 lines (21 loc) 442 B
{ "id": "brunch", "name": "Brunch", "category": "build_tool", "detect": { "npmDependencies": ["brunch"], "excludedNpmDependencies": [], "configFiles": ["brunch-config.js"] }, "dev": { "command": "brunch watch --server", "port": 3333, "pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }] }, "build": { "command": "brunch build", "directory": "public" }, "env": {}, "plugins": [] }