senselogic-def
Version:
Data exchange format.
38 lines (37 loc) • 846 B
JSON
{
"name": "senselogic-def",
"description": "Data exchange format.",
"version": "0.1.21",
"author": "Eric Pelzer <ecstatic.coder@gmail.com>",
"license": "LGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/senselogic/DEF.git"
},
"bugs": {
"url": "https://github.com/senselogic/DEF/issues"
},
"homepage": "https://github.com/senselogic/DEF",
"type": "module",
"main": "index.js",
"files": [
"building.js",
"dumping.js",
"equivalence.js",
"fetching.js",
"index.js",
"parsing.js",
"processing.js",
"test.js",
"README.md"
],
"keywords": [
"def"
],
"dependencies": {
"md5": "^2.3.0"
},
"scripts": {
"test": "node test.js"
}
}