v6 initial commit, maybe more to follow

This commit is contained in:
Josip Milovac 2022-11-22 13:30:19 +11:00
parent 7f91be86c0
commit d6a32870bc
34 changed files with 16875 additions and 0 deletions

55
package.json Normal file
View file

@ -0,0 +1,55 @@
{
"name": "Sen-Sha-Mart",
"version": "6.0.0",
"description": "A novel Marketplace for sharing sensors in decentralized environment",
"main": "index.js",
"scripts": {
"test": "jest --watchAll",
"dev-test": "nodemon dev-test",
"start": "node ./app",
"dev": "nodemon ./app",
"sparql": "nodemon ./test/comunicaSPARQL",
"jsonld": "nodemon ./test/jsonld",
"sparqlEngine": "nodemon ./test/sparqlEngine",
"N3": "nodemon ./test/N3sudo yarn ",
"swagger-autogen": "node ./app/swagger.js"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [],
"author": "AnasDawod",
"license": "ISC",
"devDependencies": {
"jest": "^22.1.4",
"nodemon": "^1.14.12",
"swagger-autogen": "^2.22.0"
},
"dependencies": {
"@comunica/actor-init-sparql": "^1.9.1",
"@comunica/actor-init-sparql-file": "^1.9.1",
"@comunica/actor-init-sparql-rdfjs": "^1.9.1",
"aedes": "^0.42.5",
"body-parser": "^1.18.2",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.4.0",
"express": "^4.16.2",
"http": "0.0.0",
"jsonld": "^1.7.0",
"level": "^5.0.1",
"level-browserify": "^2.0.0",
"levelgraph": "^2.1.1",
"lodash": "^4.17.11",
"log4js": "^6.1.2",
"morgan": "^1.9.1",
"mosca": "^2.8.3",
"mqtt": "^4.1.0",
"multer": "^1.3.1",
"n3": "^1.2.0",
"sparql-engine": "^0.5.3",
"stream": "^0.0.2",
"swagger-ui-express": "^4.5.0",
"uuid": "^3.2.1",
"ws": "^4.0.0"
}
}