snowyu/resource-file.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "resource-file",
  "description": "The Abstract Resource File Class. Each resource could have many custom attributes. These attributes could be a front-matter block in the same file, or as a separate configuration file exists.",
  "version": "0.4.6",
  "homepage": "https://github.com/snowyu/resource-file.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/snowyu/resource-file.js.git"
  },
  "main": "./index",
  "files": [
    "README.md",
    "LICENSE-MIT",
    "*.js",
    "*.coffee",
    "test",
    "src",
    "lib"
  ],
  "keywords": [
    "resource",
    "data",
    "configuration",
    "config",
    "front-matter",
    "markdown",
    "file",
    "fs",
    "dir",
    "directory",
    "folder",
    "abstract",
    "class",
    "klass"
  ],
  "dependencies": {
    "bluebird": "^3.3.4",
    "custom-file": "^0.5.7",
    "front-matter-markdown": "^0.4.0",
    "fs-file-name-sensitive": "^0.1.2",
    "gray-matter": "^2.0.2",
    "inherits-ex": "^1.1.4",
    "load-config-file": "^0.3.3",
    "load-config-folder": "^0.3.1",
    "title-case": "^1.1.2",
    "util-ex": "^0.3.15"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "coffee-coverage": "^1.0.1",
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-coffee": "~0.12.0",
    "grunt-contrib-copy": "~0.7.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-mocha-test": "~0.12.6",
    "grunt-newer": "~0.8.0",
    "grunt-release": "~0.9.0",
    "istanbul": "^0.4.2",
    "mocha": "~2.4.5",
    "path.js": "^1.0.7",
    "pre-commit": "~1.1.2",
    "rimraf": "~2.5.2",
    "shasum": "~1.0.2",
    "sinon": "~1.17.3",
    "sinon-chai": "~2.8.0"
  },
  "scripts": {
    "test": "grunt test",
    "test-cov": "mocha --reporter dot && istanbul report text-summary 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/resource-file.js/issues"
  },
  "license": "MIT",
  "stability": "unstable"
}