Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created December 21, 2017 14:18
Show Gist options
  • Save christiannwamba/ed2862064a2711ac9b530e9d9521e233 to your computer and use it in GitHub Desktop.
Save christiannwamba/ed2862064a2711ac9b530e9d9521e233 to your computer and use it in GitHub Desktop.
{
"name": "realtime-static-metalsmith",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"serve": "serve build",
"build": "node build.js",
"watch": "nodemon --ignore build/ build.js",
"server": "node server.js"
},
"dependencies": {
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"express": "^4.15.4",
"jade": "^1.11.0",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-templates": "^0.7.0",
"pusher": "^1.5.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment