{
  "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": []
}
