{
  "name": "mixly",
  "version": "1.0.0",
  "description": "Collection of mixin tools for objects and functions",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf coverage",
    "lint": "eslint *.js test/*.js",
    "cover": "istanbul cover --reporter=json tape -- test/*.js | tap-spec",
    "test": "tape test/*.js | tap-spec",
    "browser": "browserify -t browserify-istanbul test/*.js | obake --coverage | tap-spec",
    "report": "istanbul report lcov",
    "size": "browserify index.js | size-table mixly",
    "toc": "toc-md README.md",
    "files": "pkgfiles --sort=name"
  },
  "pre-commit": [
    "clean",
    "lint",
    "cover",
    "browser",
    "report",
    "size",
    "toc"
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexindigo/mixly.git"
  },
  "keywords": [
    "mixin",
    "prototype",
    "inheritance",
    "objects",
    "functions",
    "collection"
  ],
  "author": "Alex Indigo <iam@alexindigo.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexindigo/mixly/issues"
  },
  "homepage": "https://github.com/alexindigo/mixly#readme",
  "devDependencies": {
    "browserify": "^13.1.0",
    "browserify-istanbul": "^2.0.0",
    "coveralls": "^2.11.12",
    "eslint": "^2.13.1",
    "istanbul": "^0.4.5",
    "obake": "^0.1.2",
    "phantomjs-prebuilt": "^2.1.12",
    "pkgfiles": "^2.3.0",
    "pre-commit": "^1.1.3",
    "reamde": "^1.1.0",
    "rimraf": "^2.5.4",
    "size-table": "^0.2.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0",
    "toc-md": "^0.2.0"
  },
  "dependencies": {
    "fulcon": "^1.0.1"
  }
}
