{
  "name": "aug",
  "version": "4.0.0",
  "description": "A library to augment objects and prototypes",
  "main": "dist/aug.js",
  "module": "dist/aug.module.js",
  "unpkg": "dist/aug.umd.js",
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch",
    "prepublishOnly": "microbundle",
    "lint": "eslint index.js",
    "test": "microbundle && tap"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firstandthird/aug.git"
  },
  "keywords": [
    "extend",
    "objects",
    "prototype"
  ],
  "author": "First+Third <code@firstandthird.com> (http://firstandthird.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/firstandthird/aug/issues"
  },
  "homepage": "https://github.com/firstandthird/aug#readme",
  "devDependencies": {
    "eslint": "^7.13.0",
    "eslint-config-firstandthird": "^6.0.2",
    "eslint-plugin-import": "^2.18.0",
    "microbundle": "^0.12.4",
    "tap": "^14.10.8"
  },
  "dependencies": {}
}
