magis-core
Version:
Media Asset Graph Information Service core module.
48 lines (47 loc) • 959 B
JSON
{
"name": "magis-core",
"version": "1.5.16",
"description": "Media Asset Graph Information Service core module.",
"keywords": [
"linked data",
"rdf",
"skos",
"neo4j",
"tagging"
],
"main": "./dist/lib/index.js",
"files": [
"dist"
],
"author": {
"name": "Q-field",
"email": "contact@qfield.net"
},
"scripts": {
"build": "grunt",
"test": "mocha"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"rdfs": "^1.12.3"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-eslint": "^23.0.0",
"grunt-shell": "^3.0.1",
"grunt-terser": "^1.0.0",
"jsonld": "^4.0.1",
"mocha": "^8.3.0",
"neo4j-driver": "^4.2.2",
"should": "^13.2.3"
},
"repository": {}
}