Newer
Older
ez-indexation / app / node_modules / backbone / package.json
@kieffer kieffer on 7 Mar 2017 3 KB v0.0.0
{
  "_args": [
    [
      {
        "raw": "backbone@^1.3.3",
        "scope": null,
        "escapedName": "backbone",
        "name": "backbone",
        "rawSpec": "^1.3.3",
        "spec": ">=1.3.3 <2.0.0",
        "type": "range"
      },
      "/home/kieffer/tdm/ez-indexation/node_modules/rd-teeft"
    ]
  ],
  "_from": "backbone@>=1.3.3 <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.3.3",
    "scope": null,
    "escapedName": "backbone",
    "name": "backbone",
    "rawSpec": "^1.3.3",
    "spec": ">=1.3.3 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/rd-teeft"
  ],
  "_resolved": "https://registry.npmjs.org/backbone/-/backbone-1.3.3.tgz",
  "_shasum": "4cc80ea7cb1631ac474889ce40f2f8bc683b2999",
  "_shrinkwrap": null,
  "_spec": "backbone@^1.3.3",
  "_where": "/home/kieffer/tdm/ez-indexation/node_modules/rd-teeft",
  "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": "ERROR: No README data found!",
  "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"
}