{
  "name": "quips",
  "version": "2.0.1",
  "dependencies": {
    "backbone": "1.0.0",
    "coffee-script": "1.6.x",
    "haml-coffee": "1.4.1",
    "hem": "0.2.9",
    "hem-haml-coffee": "0.0.3",
    "jqueryify": "1.9.1",
    "json2ify": "0.0.1",
    "moment": "2.1.0",
    "underscore": "1.5.1"
  },
  "devDependencies": {
    "chai": "1.7.2",
    "jsdom": "0.2.18",
    "mocha": "1.12.0",
    "request": "2.27.0",
    "vistar-chai-extensions": "0.0.1",
    "honk-test-net": "0.0.3",
    "coffeelint": "~1.0.7"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "author": "Vistar Media (http://www.vistarmedia.com)",
  "description": "a leak-plugging layer on top of backbone.js with some UI enhancements",
  "repository": {
    "type": "git",
    "url": "git://github.com/vistarmedia/quips.git"
  },
  "main": "./index.coffee",
  "scripts": {
    "test": "make test",
    "lint": "coffeelint lib index.coffee"
  }
}
