{
  "name": "bigbird",
  "version": "0.3.5",
  "description": "Big Bird is a JavaScript framework of sorts that's designed to help you write more maintainable, modular JavaScript.",
  "license": "MIT",
  "contributors": [
    "Callum Jefferies <callum@madebymany.co.uk>",
    "Andrew Walker <andy@madebymany.co.uk>",
    "Chris Bell <chris@madebymany.com>"
  ],
  "main": "bigbird.js",
  "repository": "madebymany/bigbird",
  "dependencies": {
    "underscore": "~1.5.1",
    "eventablejs": "~1.0.4",
    "jquery": "~2.1.0"
  },
  "devDependencies": {
    "grunt": "0.4.1",
    "grunt-cli": "0.1.6",
    "grunt-contrib-jasmine": "0.4.2",
    "grunt-contrib-jshint": "~0.2.0",
    "grunt-contrib-uglify": "~0.1.2",
    "grunt-contrib-watch": "~0.3.1"
  },
  "scripts": {
    "test": "grunt travis --verbose"
  }
}
