{
  "name": "solid-server",
  "description": "Solid server on top of the file-system",
  "version": "3.3.0",
  "author": {
    "name": "Tim Berners-Lee",
    "email": "timbl@w3.org"
  },
  "maintainers": [
    {
      "name": "Nicola Greco",
      "email": "me@nicolagreco.com"
    },
    {
      "name": "Dmitri Zagidulin",
      "url": "https://github.com/dmitrizagidulin/"
    }
  ],
  "contributors": [
    {
      "name": "Martin Martinez Rivera",
      "email": "martinmr@mit.edu"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/solid/node-solid-server"
  },
  "homepage": "http://github.com/solid/node-solid-server",
  "bugs": "http://github.com/solid/node-solid-server/issues",
  "dependencies": {
    "async": "^1.3.0",
    "body-parser": "^1.14.2",
    "busboy": "^0.2.12",
    "camelize": "^1.0.0",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "cors": "^2.7.1",
    "debug": "^2.2.0",
    "express": "^4.13.3",
    "express-session": "^1.11.3",
    "extend": "^3.0.0",
    "from2": "^2.1.0",
    "fs-extra": "^0.30.0",
    "glob": "^7.0.0",
    "inquirer": "^1.0.2",
    "ip-range-check": "0.0.1",
    "is-ip": "^1.0.0",
    "jsonld": "^0.4.5",
    "li": "^1.0.1",
    "mime-types": "^2.1.11",
    "moment": "^2.13.0",
    "negotiator": "^0.6.0",
    "node-forge": "^0.6.38",
    "nodemailer": "^2.3.2",
    "nomnom": "^1.8.1",
    "rdflib": "^0.12.3",
    "request": "^2.72.0",
    "rimraf": "^2.5.0",
    "run-waterfall": "^1.1.3",
    "solid-namespace": "^0.1.0",
    "solid-permissions": "^0.4.0",
    "solid-ws": "^0.2.2",
    "string": "^3.3.0",
    "uid-safe": "^2.1.1",
    "uuid": "^3.0.0",
    "valid-url": "^1.0.9",
    "vhost": "^3.0.2",
    "webid": "^0.3.7"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "hippie": "^0.5.0",
    "mocha": "^2.2.5",
    "nock": "^7.0.2",
    "proxyquire": "^1.7.10",
    "rsvp": "^3.1.0",
    "run-waterfall": "^1.1.3",
    "sinon": "^1.17.4",
    "standard": "^7.0.1",
    "supertest": "^1.0.1"
  },
  "main": "index.js",
  "scripts": {
    "solid": "node ./bin/solid.js",
    "standard": "standard",
    "mocha": "./node_modules/mocha/bin/mocha ./test/*.js",
    "test": "npm run standard && npm run mocha",
    "test-debug": "DEBUG='solid:*' ./node_modules/mocha/bin/mocha ./test/*.js",
    "test-acl": "./node_modules/mocha/bin/mocha ./test/acl.js",
    "test-params": "./node_modules/mocha/bin/mocha ./test/params.js",
    "test-http": "./node_modules/mocha/bin/mocha ./test/http.js",
    "test-formats": "./node_modules/mocha/bin/mocha ./test/formats.js",
    "test-errors": "./node_modules/mocha/bin/mocha ./test/errors.js",
    "clean": "rm -rf config.json accounts profile inbox .acl settings .meta .meta.acl",
    "clean-account": "rm -rf accounts profile inbox .acl .meta settings .meta.acl"
  },
  "standard": {
    "globals": [
      "after",
      "before",
      "beforeEach",
      "describe",
      "it"
    ]
  },
  "bin": {
    "solid": "./bin/solid.js"
  },
  "engines": {
    "node": ">=6.0"
  }
}
