mailymaily/package.json
Matteo Manzinello 9ed3ec849e npm init
2019-04-30 09:43:04 +02:00

23 lines
506 B
JSON

{
"name": "mailgo",
"version": "0.1.0",
"description": "a different mailto",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manzinello/mailgo.git"
},
"keywords": [
"mailto"
],
"author": "Matteo Manzinello",
"license": "ISC",
"bugs": {
"url": "https://github.com/manzinello/mailgo/issues"
},
"homepage": "https://github.com/manzinello/mailgo#readme"
}