forked from pilwon/node-get-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 837 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
40
41
42
43
44
{
"name": "get-config",
"version": "0.4.7",
"description": "Automagically builds a config object used throughout an application.",
"license": "MIT",
"author": {
"name": "Pilwon Huh",
"email": "pilwon@gmail.com"
},
"homepage": "https://github.com/pilwon/node-get-config",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/node-get-config.git"
},
"keywords": [
"config",
"configuration",
"load",
"ini",
"json",
"toml",
"xml",
"yaml",
"yml",
"env",
"environment",
"envvar",
"nodeenv",
"node_env",
"dev",
"development",
"prod",
"production"
],
"dependencies": {
"bluebird": "^2.9.7",
"deasync": "0.0.10",
"get-env": "0.4.0",
"lodash": "^3.6.0"
},
"scripts": {
"prepublish": "npm prune"
}
}