1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Website/package.json

32 lines
712 B
JSON

{
"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": {
"ecstatic": "^1.4.0",
"handlebars": "^4.0.5",
"nodemon": "^1.9.1",
"remarkable": "^1.6.2"
},
"scripts": {
"build": "node ./scripts/build.js",
"watch": "nodemon -w src -e md,hbs -x npm run build"
}
}