-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"type": "module",
"dependencies": {
"child_process": "^1.0.2",
"env-editor": "^1.1.0",
"help": "^3.0.2",
"node-localstorage": "^2.2.1",
"process": "^0.11.10"
},
"name": "birthday_mailer",
"description": "![Birthday image](https://cdn.pixabay.com/photo/2016/11/18/15/47/birthday-1835449_960_720.jpg)",
"version": "1.0.0",
"main": "src/mailer.js",
"directories": {
"man": "man"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./src/mailer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pericles001/birthday_mailer_cli.git"
},
"author": "Pericles Adjovi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pericles001/birthday_mailer_cli/issues"
},
"homepage": "https://github.com/Pericles001/birthday_mailer_cli#readme"
}