mailymaily/package.json
Matteo Manzinello 3859c90d1d aggiunto gulp
2019-04-30 23:31:11 +02:00

26 lines
555 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",
"devDependencies": {
"gulp": "^4.0.1"
}
}