UNPKG

@netlify/framework-info

Version:
22 lines (21 loc) 465 B
{ "id": "wintersmith", "name": "Wintersmith", "category": "static_site_generator", "detect": { "npmDependencies": ["wintersmith"], "excludedNpmDependencies": [], "configFiles": ["config.json"] }, "dev": { "command": "wintersmith preview", "port": 8080, "pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }] }, "build": { "command": "wintersmith build", "directory": "build" }, "env": {}, "plugins": [] }