{ "name": "squatconf-web", "version": "1.2.0", "description": "website for the squatConf conference", "main": "server.js", "repository": { "type": "git", "url": "https://github.com/squatconf/website.git" }, "keywords": [ "squatconf", "www", "website" ], "author": "squatconf", "license": "ISC", "bugs": { "url": "https://github.com/squatconf/website/issues" }, "homepage": "https://github.com/squatconf/website", "dependencies": { "handlebars": "^4.0.5", "remarkable": "^1.6.2" }, "scripts": { "build": "node ./scripts/build.js", "watch": "nodemon -w src -e md,hbs -x npm run build" }, "devDependencies": { "nodemon": "^1.9.1" } }