snowyu/abstract-file.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "abstract-file",
  "description": "It can be used on any virtual file system, and stream supports.",
  "version": "0.5.4",
  "homepage": "https://github.com/snowyu/abstract-file.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/snowyu/abstract-file.js.git"
  },
  "main": "lib/",
  "files": [
    "README.md",
    "LICENSE-MIT",
    "*.js",
    "*.coffee",
    "test",
    "src",
    "lib"
  ],
  "keywords": [
    "vinyl",
    "file",
    "fs",
    "dir",
    "directory",
    "folder",
    "abstract",
    "class",
    "klass"
  ],
  "dependencies": {
    "inherits-ex": "^1.1.3",
    "path.js": "^1.0.7",
    "property-manager": "^0.10.0",
    "readable-stream": "^2.0.2",
    "util-ex": "^0.3.10"
  },
  "devDependencies": {
    "chai": "~1.10.0",
    "coffee-coverage": "^0.6.2",
    "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.3.17",
    "mocha": "~2.1.0",
    "pre-commit": "~1.0.2",
    "rimraf": "~2.2.8",
    "shasum": "1.0.0",
    "sinon": "~1.12.2",
    "sinon-chai": "~2.6.0",
    "through2": "^2.0.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/abstract-file.js/issues"
  },
  "license": "MIT",
  "stability": "unstable"
}