ownacl
Version:
A library to manage access in solid pods.
37 lines (36 loc) • 778 B
JSON
{
"name": "ownacl",
"version": "0.0.19",
"description": "A library to manage access in solid pods.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0wntech/ownacl.git"
},
"keywords": [
"Linked\\",
"Data",
"Solid",
"Owntech"
],
"author": "Ludwig Schubert",
"license": "MIT",
"bugs": {
"url": "https://github.com/0wntech/ownacl/issues"
},
"homepage": "https://github.com/0wntech/ownacl#readme",
"dependencies": {
"ownfiles": "^1.2.21",
"rdflib": "^1.0.6",
"solid-namespace": "^0.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2",
"dotenv": "^8.2.0",
"solid-node-client": "^1.2.4"
}
}