UNPKG

ldp

Version:

Node.js LDP implementation

42 lines (41 loc) 931 B
{ "name": "ldp", "version": "0.1.5", "description": "Node.js LDP implementation", "main": "ldp.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/bergos/ldp.git" }, "keywords": [ "LDP", "RDF", "RDF Interfaces" ], "author": "Thomas Bergwinkl", "license": "MIT", "bugs": { "url": "https://github.com/bergos/ldp/issues" }, "homepage": "https://github.com/bergos/ldp", "dependencies": { "concat-stream": "^1.5.0", "negotiator": "^0.5.3" }, "devDependencies": { "bluebird": "^2.10.0", "fs-blob-store": "^5.1.1", "fs-extended": "^0.2.1", "mocha": "^2.3.2", "rdf-ext": "^0.3.0-rc1", "rdf-mime-type-util": "^0.3.0-rc2", "rdf-parser-jsonld": "^0.3.0-rc1", "rdf-parser-n3": "^0.3.0-rc1", "rdf-store-inmemory": "^0.3.0-rc1", "superagent": "^0.21.0" }, "readmeFilename": "README.md" }