{
  "name": "ribcage-view",
  "version": "3.0.3",
  "description": "A simple base Backbone view class that adds subviews, rendering, and initialization. ",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": "https://github.com/Techwraith/ribcage-view.git",
  "keywords": [
    "Backbone",
    "view",
    "subview",
    "browserify"
  ],
  "author": "Techwraith",
  "license": "MIT",
  "dependencies": {
    "backbone": "^1.1.2",
    "jquery": "^2.1.3",
    "lodash": "^3.6.0",
    "raf": "^2.0.4"
  },
  "devDependencies": {
    "atomify-js": "Techwraith/atomify-js",
    "atomify-css": "0.0.6",
    "grunt": "~0.4.0",
    "grunt-cli": "~0.1.6",
    "grunt-saucelabs": "~4.0.2",
    "grunt-contrib-connect": "~0.1.2",
    "mocha": "~1.17.0",
    "grunt-contrib-watch": "~0.2.0",
    "jsdom": "~0.8.10"
  }
}
