{
  "name": "brisky-base",
  "version": "4.0.7",
  "description": "Extendable object constructors, build for speed, low memory consumption and simplicity",
  "main": "index.js",
  "scripts": {
    "test": "(ducktape; node test) | tap-difflet && standard",
    "dev": "nodemon test | tap-difflet",
    "dev-browser": "budo ./test/index.js -p 8080 --live",
    "cover": "istanbul cover --report none --print detail test/index.js",
    "perf-browser": "budo ./test/performance/index.js -p 8080 --live",
    "travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0) && standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vigour-io/base.git"
  },
  "keywords": [
    "class",
    "prototype",
    "base"
  ],
  "dependencies": {
    "brisky-is-empty": "^1.0.0",
    "brisky-is-obj": "^1.0.2",
    "brisky-stamp": "^1.5.6",
    "bubleify": "0.5.1",
    "define-configurable": "^1.0.2",
    "monotonic-timestamp": "0.0.9"
  },
  "browserify": {
    "transform": [
      [
        "bubleify"
      ]
    ]
  },
  "devDependencies": {
    "brisky-is-removed": "^1.0.0",
    "brisky-performance": "^1.3.2",
    "budo": "^9.0.0",
    "coveralls": "^2.11.9",
    "ducktape": "^1.0.0",
    "human-readable-ids": "^1.0.1",
    "istanbul": "^0.4.3",
    "nodemon": "^1.9.1",
    "pre-commit": "^1.1.3",
    "standard": "^8.1.0",
    "string-natural-compare": "^2.0.1",
    "tap-difflet": "0.6.0",
    "tape": "4.6.0"
  },
  "author": "jim de beer",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vigour-io/base/issues"
  },
  "homepage": "https://github.com/vigour-io/base#readme",
  "contributors": [
    "Jim de Beer <jim@vigour.io>"
  ]
}
