{
  "name": "class-merge",
  "version": "0.1.1",
  "description": "A simple tool for merging classes",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Benjamin Horsleben",
  "license": "WTFPL",
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.0.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fizker/class-merge.git"
  },
  "bugs": {
    "url": "https://github.com/fizker/class-merge/issues"
  },
  "homepage": "https://github.com/fizker/class-merge"
}
