-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 911 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
32
33
34
35
{
"name": "wild-config",
"version": "1.7.1",
"description": "Configuration management module",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/wild-config.git"
},
"keywords": [
"config"
],
"author": "Andris Reinman",
"license": "(MIT OR EUPL-1.1+)",
"bugs": {
"url": "https://github.com/nodemailer/wild-config/issues"
},
"homepage": "https://github.com/nodemailer/wild-config#readme",
"dependencies": {
"deep-extend": "0.6.0",
"glob": "8.0.3",
"minimist": "1.2.6",
"toml": "3.0.0"
},
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.5.0",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-eslint": "24.0.0"
}
}