{
  "_args": [
    [
      "git+https://github.com/folkvir/Client.js.git",
      "/home/travis/build/RAN3D/foglet-ndp"
    ]
  ],
  "_from": "git+https://github.com/folkvir/Client.js.git",
  "_id": "ldf-client@git+https://github.com/folkvir/Client.js.git#89f801fa746e611afe446f4cc4e3d790ac7f0376",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/ldf-client",
  "_phantomChildren": {},
  "_requested": {
    "type": "git",
    "raw": "git+https://github.com/folkvir/Client.js.git",
    "rawSpec": "git+https://github.com/folkvir/Client.js.git",
    "saveSpec": "git+https://github.com/folkvir/Client.js.git",
    "fetchSpec": "https://github.com/folkvir/Client.js.git",
    "gitCommittish": null
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "git+https://github.com/folkvir/Client.js.git#89f801fa746e611afe446f4cc4e3d790ac7f0376",
  "_spec": "git+https://github.com/folkvir/Client.js.git",
  "_where": "/home/travis/build/RAN3D/foglet-ndp",
  "bin": {
    "ldf-client": "./bin/ldf-client"
  },
  "browser": {
    "crypto": "./lib/browser/crypto.js",
    "./lib/util/Request": "./lib/browser/Request.js",
    "stream": false
  },
  "bugs": {
    "url": "https://github.com/LinkedDataFragments/Client.js/issues"
  },
  "contributors": [
    {
      "name": "Ruben Verborgh",
      "email": "ruben.verborgh@ugent.be",
      "url": "http://ruben.verborgh.org/"
    },
    {
      "name": "Miel Vander Sande",
      "email": "miel.vandersande@ugent.be"
    }
  ],
  "dependencies": {
    "asynciterator": "^1.1.0",
    "follow-redirects": "^1.0.0",
    "lodash": "^2.4.1",
    "lru-cache": "^4.0.1",
    "minimist": "^1.2.0",
    "n3": "^0.8.1",
    "negotiator": "^0.6.1",
    "parse-link-header": "^0.4.1",
    "setimmediate": "^1.0.4",
    "sparqljs": "^1.3.0",
    "uritemplate": "^0.3.0",
    "xml": ">=1.0.0"
  },
  "description": "Linked Data Fragments Client",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.9.1",
    "jsdoc": "^3.4.2",
    "mocha": "^3.1.2",
    "pre-commit": "^1.1.3",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "engines": {
    "node": ">=4.0"
  },
  "homepage": "https://github.com/LinkedDataFragments/Client.js#readme",
  "license": "MIT",
  "main": "ldf-client.js",
  "name": "ldf-client",
  "optionalDependencies": {
    "xml": ">=1.0.0"
  },
  "pre-commit": [],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/LinkedDataFragments/Client.js.git"
  },
  "scripts": {
    "browserify": "browserify . -s ldf -u stream -o ldf-client-browser.js",
    "docs": "jsdoc -c jsdoc.json README.md lib",
    "lint": "eslint bin/* lib test",
    "test": "mocha"
  },
  "version": "2.0.5"
}
