gallery/package.json

16 lines
335 B
JSON
Raw Normal View History

2020-05-28 09:10:18 +00:00
{
"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"
},
"repository": {
"type": "git",
"url": "https://tildegit.org/severak/gallery"
},
"author": "Severak",
"license": "MIT"
}