This commit is contained in:
Matteo Manzinello 2019-04-30 09:43:04 +02:00
parent 8228d0b29f
commit 9ed3ec849e
1 changed files with 22 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"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"
}