snowyu/abstract-type.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "abstract-type",
  "description": "The abstract-type library includes the abstract `Type` class and `Value` class for streamable type info and validating value.",
  "version": "0.4.4",
  "homepage": "https://github.com/snowyu/abstract-type.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/snowyu/abstract-type.js.git"
  },
  "main": "./index",
  "files": [
    "README.md",
    "LICENSE-MIT",
    "*.js",
    "*.coffee",
    "test",
    "src",
    "lib"
  ],
  "keywords": [
    "type",
    "infomation",
    "abstract-type",
    "registry",
    "collection",
    "factory",
    "abstract",
    "class",
    "klass"
  ],
  "dependencies": {
    "custom-factory": "^1.5.0",
    "inherits-ex": "^1.2.0",
    "property-manager": "^0.10.14",
    "util-ex": "^0.3.15"
  },
  "devDependencies": {
    "chai": "~4.1.2",
    "coffee-coverage": "^2.0.0",
    "coffee-script": "^1.12.7",
    "grunt": "~1.0.2",
    "grunt-contrib-clean": "~1.1.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-mocha-test": "~0.13.3",
    "grunt-newer": "~1.3.0",
    "grunt-release": "~0.14.0",
    "istanbul": "^0.4.5",
    "mocha": "~2.4.5",
    "pre-commit": "~1.2.2",
    "rimraf": "~2.6.2",
    "shasum": "~1.0.2",
    "sinon": "^4.0.0",
    "sinon-chai": "~3.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-type.js/issues"
  },
  "license": "MIT",
  "stability": "unstable"
}