snowyu/property-manager.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "property-manager",
  "description": "make it easier to manage the properties/attributes of your class.",
  "version": "1.6.1",
  "homepage": "https://github.com/snowyu/property-manager.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/snowyu/property-manager.js.git"
  },
  "main": "./index",
  "types": "./index.d.ts",
  "files": [
    "README.md",
    "LICENSE-MIT",
    "*.js",
    "*.coffee",
    "*.json",
    "test",
    "src",
    "lib"
  ],
  "keywords": [
    "attribute",
    "property",
    "properties",
    "manage",
    "manager",
    "ability",
    "object",
    "class",
    "json",
    "serialization",
    "deserialization"
  ],
  "dependencies": {
    "custom-ability": "^1.6.2",
    "deep-equal": "^2.0.5",
    "inherits-ex": "^1.3.4",
    "util-ex": "^0.3.15"
  },
  "devDependencies": {
    "chai": "~4.1.2",
    "coffee-coverage": "^2.0.1",
    "coffee-script": "^1.12.7",
    "grunt": "*",
    "grunt-contrib-clean": "*",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-copy": "*",
    "grunt-contrib-watch": "*",
    "grunt-mocha-test": "*",
    "grunt-newer": "*",
    "istanbul": "^0.4.5",
    "mocha": "~5.2.0",
    "pre-commit": "~1.2.2",
    "rimraf": "~2.6.2",
    "shasum": "~1.0.2",
    "sinon": "~5.0.10",
    "sinon-chai": "~3.1.0",
    "standard-version": "^9.2.0"
  },
  "scripts": {
    "release": "standard-version && git push --follow-tags origin master",
    "test": "grunt test",
    "test-cov": "npm test && 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/property-manager.js/issues"
  },
  "license": "MIT",
  "stability": "unstable"
}