-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy pathpackage.json
39 lines (39 loc) · 900 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
36
37
38
39
{
"author": "Lloyd Hilaiel <[email protected]> (http://lloyd.io)",
"name": "convict",
"description": "Featureful configuration management library for Node.js (nested structure, schema validation, etc.)",
"keywords": [
"configuration",
"config",
"conf",
"key value store",
"schema",
"nested",
"validation",
"customize",
"env",
"environment",
"json",
"yaml",
"toml"
],
"version": "6.2.4",
"license": "Apache-2.0",
"homepage": "https://github.com/mozilla/node-convict",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/node-convict/tree/master/packages/convict"
},
"bugs": "https://github.com/mozilla/node-convict/issues",
"engines": {
"node": ">=6"
},
"main": "src/main.js",
"files": [
"src"
],
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"yargs-parser": "^20.2.7"
}
}