snowyu/load-config-file.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "load-config-file",
  "description": "Load the config file as a plain object. The config file format can be registered.",
  "version": "1.0.8",
  "homepage": "https://github.com/snowyu/load-config-file.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/snowyu/load-config-file.js.git"
  },
  "main": "lib/",
  "files": [
    "README.md",
    "LICENSE-MIT",
    "*.js",
    "*.ts",
    "*.coffee",
    "test",
    "src",
    "lib"
  ],
  "keywords": [
    "load",
    "config",
    "configuration",
    "file",
    "yaml",
    "json",
    "cson",
    "ini",
    "object",
    "fs",
    "abstract"
  ],
  "dependencies": {
    "path.js": "^1.0.7",
    "promise-sequence": "^1.0.0",
    "util-ex": "^0.3.15"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coffee-coverage": "^2.0.1",
    "coffee-script": "^1.12.7",
    "grunt": "~1.0.1",
    "grunt-contrib-clean": "*",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-copy": "*",
    "grunt-contrib-watch": "*",
    "grunt-mocha-test": "*",
    "grunt-newer": "*",
    "grunt-release": "*",
    "istanbul": "^0.4.5",
    "mocha": "^3.5.3",
    "pre-commit": "^1.0.2",
    "rimraf": "^2.6.2",
    "shasum": "^1.0.2",
    "sinon": "^3.2.1",
    "sinon-chai": "^2.13.0"
  },
  "scripts": {
    "test": "grunt test",
    "test-cov": "istanbul cover node_modules/.bin/_mocha --report lcovonly"
  },
  "contributors": [
    {
      "name": "Riceball LEE",
      "email": "snowyu.lee@gmail.com",
      "url": "https://github.com/snowyu"
    }
  ],
  "maintainers": [
    {
      "name": "Riceball LEE",
      "email": "snowyu.lee@gmail.com"
    }
  ],
  "pre-commit": [
    "test"
  ],
  "bugs": {
    "url": "https://github.com/snowyu/load-config-file.js/issues"
  },
  "license": "MIT",
  "stability": "unstable"
}