mjackson/describe-property

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "describe-property",
  "version": "1.1.0",
  "description": "Define JavaScript object properties quickly with ES5 defaults",
  "main": "index.js",
  "scripts": {
    "test": "jshint . && mocha --reporter spec 'tests/*-test.js'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mjackson/describe-property"
  },
  "keywords": [
    "property",
    "properties",
    "defineProperty",
    "defineProperties"
  ],
  "author": "Michael Jackson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mjackson/describe-property/issues"
  },
  "homepage": "https://github.com/mjackson/describe-property",
  "dependencies": {
    "object-assign": "^2.0.0"
  },
  "devDependencies": {
    "expect": "^1.3.0",
    "jshint": "^2.5.11",
    "mocha": "^2.1.0"
  }
}