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

25 lines
514 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": "^0.5.8"
}
}