{
    "name": "senselogic-def",
    "description": "Data exchange format.",
    "version": "0.1.5",
    "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",
        "index.js",
        "parsing.js",
        "test.js",
        "README.md"
    ],
    "keywords": [
        "def"
    ],
    "scripts": {
        "test": "node test.js"
    }
}
