{
  "_args": [
    [
      {
        "raw": "backbone@^1.1.2",
        "scope": null,
        "escapedName": "backbone",
        "name": "backbone",
        "rawSpec": "^1.1.2",
        "spec": ">=1.1.2 <2.0.0",
        "type": "range"
      },
      "/home/travis/build/lukesargeant/ember-sparkline/node_modules/testem"
    ]
  ],
  "_from": "backbone@>=1.1.2 <2.0.0",
  "_id": "backbone@1.3.3",
  "_inCache": true,
  "_location": "/backbone",
  "_nodeVersion": "5.9.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/backbone-1.3.3.tgz_1459878357109_0.31128784036263824"
  },
  "_npmUser": {
    "name": "jridgewell",
    "email": "justin+npm@ridgewell.name"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "backbone@^1.1.2",
    "scope": null,
    "escapedName": "backbone",
    "name": "backbone",
    "rawSpec": "^1.1.2",
    "spec": ">=1.1.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/testem"
  ],
  "_resolved": "https://registry.npmjs.org/backbone/-/backbone-1.3.3.tgz",
  "_shasum": "4cc80ea7cb1631ac474889ce40f2f8bc683b2999",
  "_shrinkwrap": null,
  "_spec": "backbone@^1.1.2",
  "_where": "/home/travis/build/lukesargeant/ember-sparkline/node_modules/testem",
  "author": {
    "name": "Jeremy Ashkenas"
  },
  "bugs": {
    "url": "https://github.com/jashkenas/backbone/issues"
  },
  "dependencies": {
    "underscore": ">=1.8.3"
  },
  "description": "Give your JS App some Backbone with Models, Views, Collections, and Events.",
  "devDependencies": {
    "coffee-script": "1.7.1",
    "docco": "0.7.0",
    "eslint": "1.10.x",
    "karma": "^0.13.13",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-qunit": "^0.1.5",
    "qunitjs": "^1.18.0",
    "uglify-js": "^2.4.17"
  },
  "directories": {},
  "dist": {
    "shasum": "4cc80ea7cb1631ac474889ce40f2f8bc683b2999",
    "tarball": "https://registry.npmjs.org/backbone/-/backbone-1.3.3.tgz"
  },
  "files": [
    "backbone.js",
    "backbone-min.js",
    "backbone-min.map",
    "LICENSE"
  ],
  "gitHead": "8ec88604732944f197b352a6be22c8216ea9d3a1",
  "homepage": "https://github.com/jashkenas/backbone#readme",
  "keywords": [
    "model",
    "view",
    "controller",
    "router",
    "server",
    "client",
    "browser"
  ],
  "license": "MIT",
  "main": "backbone.js",
  "maintainers": [
    {
      "name": "braddunbar",
      "email": "dunbarb2@gmail.com"
    },
    {
      "name": "jashkenas",
      "email": "jashkenas@gmail.com"
    },
    {
      "name": "jridgewell",
      "email": "justin+npm@ridgewell.name"
    }
  ],
  "name": "backbone",
  "optionalDependencies": {},
  "readme": "     ____                     __      __\n    /\\  _`\\                  /\\ \\    /\\ \\                                   __\n    \\ \\ \\ \\ \\     __      ___\\ \\ \\/'\\\\ \\ \\____    ___     ___      __      /\\_\\    ____\n     \\ \\  _ <'  /'__`\\   /'___\\ \\ , < \\ \\ '__`\\  / __`\\ /' _ `\\  /'__`\\    \\/\\ \\  /',__\\\n      \\ \\ \\ \\ \\/\\ \\ \\.\\_/\\ \\__/\\ \\ \\\\`\\\\ \\ \\ \\ \\/\\ \\ \\ \\/\\ \\/\\ \\/\\  __/  __ \\ \\ \\/\\__, `\\\n       \\ \\____/\\ \\__/.\\_\\ \\____\\\\ \\_\\ \\_\\ \\_,__/\\ \\____/\\ \\_\\ \\_\\ \\____\\/\\_\\_\\ \\ \\/\\____/\n        \\/___/  \\/__/\\/_/\\/____/ \\/_/\\/_/\\/___/  \\/___/  \\/_/\\/_/\\/____/\\/_/\\ \\_\\ \\/___/\n                                                                           \\ \\____/\n                                                                            \\/___/\n    (_'_______________________________________________________________________________'_)\n    (_.———————————————————————————————————————————————————————————————————————————————._)\n\n\nBackbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.\n\nFor Docs, License, Tests, pre-packed downloads, and everything else, really, see:\nhttp://backbonejs.org\n\nTo suggest a feature or report a bug:\nhttps://github.com/jashkenas/backbone/issues\n\nFor questions on working with Backbone or general discussions:\nhttps://groups.google.com/forum/#!forum/backbonejs,\nhttp://stackoverflow.com/questions/tagged/backbone.js, or\nhttps://gitter.im/jashkenas/backbone\n\nBackbone is an open-sourced component of DocumentCloud:\nhttps://github.com/documentcloud\n\nMany thanks to our contributors:\nhttps://github.com/jashkenas/backbone/graphs/contributors\n\nSpecial thanks to Robert Kieffer for the original philosophy behind Backbone.\nhttps://github.com/broofa\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jashkenas/backbone.git"
  },
  "scripts": {
    "build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js",
    "doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localStorage.js",
    "lint": "eslint backbone.js test/*.js",
    "test": "karma start && coffee test/model.coffee && npm run lint"
  },
  "url": "http://backbonejs.org",
  "version": "1.3.3"
}
