gallery/package.json

22 lines
482 B
JSON

{
"name": "gallery",
"version": "1.0.0",
"description": "Gallery of tilde.town user sites.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cron": "node bin/make_gallery.js"
},
"repository": {
"type": "git",
"url": "https://tildegit.org/severak/gallery"
},
"author": "Severak",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"capture-website": "^1.0.0",
"mustache": "^4.0.1"
}
}