{ "name": "ldnode", "description": "Linked Data Platform", "version": "0.2.24", "author": { "name": "Tim Berners-Lee", "email": "timbl@w3.org" }, "maintainers": [ { "name": "Nicola Greco", "email": "me@nicolagreco.com" }, { "name": "Martin Martinez Rivera", "email": "martinmr@mit.edu" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/linkeddata/ldnode" }, "homepage": "http://github.com/linkeddata/ldnode", "bugs": "http://github.com/linkeddata/ldnode/issues", "dependencies": { "async": "^1.3.0", "body-parser": "^1.14.2", "busboy": "^0.2.12", "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.26.5", "glob": "^7.0.0", "jsonld": "^0.4.5", "li": "^1.0.1", "mime": "^1.3.4", "n3": "^0.4.3", "negotiator": "^0.6.0", "node-forge": "^0.6.38", "node-uuid": "^1.4.3", "nomnom": "^1.8.1", "rdflib": "^0.5.0", "request": "^2.58.0", "rimraf": "^2.5.0", "solid-ws": "^0.2.2", "string": "^3.3.0", "uuid": "^2.0.1", "vhost": "^3.0.2", "webid": "^0.3.7" }, "devDependencies": { "chai": "^3.0.0", "mocha": "^2.2.5", "nock": "^7.0.2", "rsvp": "^3.1.0", "standard": "^6.0.4", "supertest": "^1.0.1" }, "main": "index.js", "scripts": { "start": "node ./bin/ldnode.js", "standard": "standard", "mocha": "./node_modules/mocha/bin/mocha ./test/*.js", "test": "npm run standard && npm run mocha", "test-debug": "DEBUG='ldnode:*' ./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", "ldp-webid": "node ./bin/ldnode.js --webid --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v -r ./test/resources", "ldp-ssl": "node ./bin/ldnode.js --cert ./test/keys/cert.pem --key ./test/keys/key.pem -v -r ./test/resources" }, "standard": { "globals": [ "after", "before", "beforeEach", "describe", "it" ] }, "bin": { "ldnode": "./bin/ldnode.js" } }