email-signature/package.json

20 lines
501 B
JSON

{
"name": "email-signature",
"version": "1.0.0",
"description": "My signature",
"main": "index.html",
"scripts": {
"start": "npx http-server -c-1 .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.mastermindzh.tech:mastermindzh/email-signature.git"
},
"keywords": [
"email",
"signature"
],
"author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
"license": "MIT"
}