-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.04 KB
/
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
45
46
47
48
49
50
51
{
"name": "get-config",
"version": "0.6.15",
"description": "Automagically builds a config object used throughout an application.",
"license": "MIT",
"author": {
"name": "Pilwon Huh",
"email": "[email protected]"
},
"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"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"get-env": "^0.5.10",
"lodash": "^4.17.2"
},
"devDependencies": {
"@types/lodash": "^4.14.43",
"@types/node": "^6.0.52",
"ts-loader": "^1.3.3",
"tslint": "^4.1.1",
"tslint-pilwon": "^0.1.6",
"typescript": "^2.1.4",
"webpack": "^2.2.0-rc.0",
"webpack-node-externals": "^1.5.4"
}
}