UNPKG

1.08 kBJSONView Raw
1{
2 "name": "config",
3 "version": "3.3.1",
4 "main": "./lib/config.js",
5 "description": "Configuration control for production node deployments",
6 "author": "Loren West <open_source@lorenwest.com>",
7 "homepage": "http://lorenwest.github.com/node-config",
8 "keywords": [
9 "conf",
10 "config",
11 "configuration",
12 "node-config",
13 "config-node",
14 "env",
15 "environment"
16 ],
17 "directories": {
18 "lib": "./lib"
19 },
20 "license": "MIT",
21 "dependencies": {
22 "json5": "^2.1.1"
23 },
24 "devDependencies": {
25 "@types/node": "^7.0.8",
26 "coffeescript": "2.2.4",
27 "cson": "^3.0.1",
28 "hjson": "^1.2.0",
29 "js-yaml": "^3.2.2",
30 "properties": "~1.2.1",
31 "semver": "5.3.0",
32 "toml": "^2.0.6",
33 "ts-node": "^3.3.0",
34 "typescript": "^2.4.2",
35 "underscore": "^1.8.3",
36 "vows": ">=0.8.1",
37 "x2js": "^2.0.1"
38 },
39 "repository": {
40 "type": "git",
41 "url": "http://github.com/lorenwest/node-config.git"
42 },
43 "engines": {
44 "node": ">= 6.0.0"
45 },
46 "scripts": {
47 "test": "./node_modules/vows/bin/vows test/*.js --spec"
48 }
49}