snippeteer/package.json

16 lines
366 B
JSON
Raw Normal View History

2020-01-15 11:40:33 +01:00
{
"name": "snippeteer",
"version": "1.0.0",
"description": "macros for setting up projects or project parts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/snippeteer"
},
"author": "Timo Hocker",
"license": "GPL-3.0-or-later"
}