zakalwe314/property-descriptor

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "prop-d",
  "version": "1.3.1",
  "description": "An ES-5 object property descriptor factory",
  "main": "prop.js",
  "scripts": {
    "test": "mocha",
    "coverage": "nyc npm test",
    "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zakalwe314/property-descriptor.git"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "keywords": [
    "ES5",
    "object",
    "property",
    "descriptor",
    "defineProperty",
    "defineProperties",
    "Object.create"
  ],
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.12.0",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^10.1.2"
  },
  "author": "Euan Smith <euan1971@yahoo.co.uk> (https://github.com/zakalwe314)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zakalwe314/property-descriptor/issues"
  },
  "homepage": "https://github.com/zakalwe314/property-descriptor#readme"
}