{
  "author": "Ryan Munro <munro.github@gmail.com> (http://0x0539.org)",
  "name": "slots",
  "description": "Slot manager for event emitters!",
  "version": "0.0.1",
  "homepage": "https://github.com/munro/slots",
  "repository": {
    "type": "git",
    "url": "git://github.com/munro/slots.git"
  },
  "main": "./slots.js",
  "scripts": {
    "test": "./node_modules/.bin/qunit -c ./slots -t ./tests.js"
  },
  "dependencies": {
    "underscore": "1.3.3"
  },
  "devDependencies": {
    "qunit": "0.5.1",
    "uglify-js": "1.2.6"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
