package.json 1.86 KB
{
  "name": "config",
  "version": "1.21.0",
  "main": "./lib/config.js",
  "description": "Configuration control for production node deployments",
  "author": {
    "name": "Loren West",
    "email": "open_source@lorenwest.com"
  },
  "homepage": "http://lorenwest.github.com/node-config",
  "keywords": [
    "conf",
    "config",
    "configuration",
    "node-config",
    "config-node",
    "env",
    "environment"
  ],
  "directories": {
    "lib": "./lib"
  },
  "license": "MIT",
  "dependencies": {
    "json5": "0.4.0"
  },
  "devDependencies": {
    "coffee-script": ">=1.7.0",
    "cson": "^3.0.1",
    "hjson": "^1.2.0",
    "js-yaml": "^3.2.2",
    "properties": "~1.2.1",
    "toml": "^2.0.6",
    "underscore": "^1.8.3",
    "vows": ">=0.8.1",
    "x2js": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lorenwest/node-config.git"
  },
  "engines": {
    "node": ">0.4.x"
  },
  "scripts": {
    "test": "./node_modules/vows/bin/vows test/*.js --spec"
  },
  "gitHead": "14c39cceac974533e36e5e2b95bcc4db501a2917",
  "bugs": {
    "url": "https://github.com/lorenwest/node-config/issues"
  },
  "_id": "config@1.21.0",
  "_shasum": "83719c0263a669e4bc4cc9c9e5818cd996a32cb9",
  "_from": "config@*",
  "_npmVersion": "2.11.3",
  "_nodeVersion": "0.12.7",
  "_npmUser": {
    "name": "lorenwest",
    "email": "npm@lorenwest.com"
  },
  "maintainers": [
    {
      "name": "lorenwest",
      "email": "npm@lorenwest.com"
    }
  ],
  "dist": {
    "shasum": "83719c0263a669e4bc4cc9c9e5818cd996a32cb9",
    "tarball": "https://registry.npmjs.org/config/-/config-1.21.0.tgz"
  },
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/config-1.21.0.tgz_1464823602378_0.8276554537005723"
  },
  "_resolved": "https://registry.npmjs.org/config/-/config-1.21.0.tgz",
  "readme": "ERROR: No README data found!"
}