{
  "name": "mixen",
  "version": "0.5.4",
  "description": "Combine Javascript classes on the fly",
  "main": "mixen.js",
  "directories": {
    "doc": "docs"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:HubSpot/Mixen.git"
  },
  "scripts": {
    "test": "grunt jasmine"
  },
  "keywords": [
    "mixen",
    "mixin",
    "utility",
    "composition",
    "coffeescript"
  ],
  "author": "Zack Bloom <zbloom@hubspot.com>",
  "maintainers": [
    "Zack Bloom <zbloom@hubspot.com>",
    "Greg Sabo <gsabo@hubspot.com>"
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {},
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.9",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-jasmine": "~0.5.1"
  }
}
