{
    "name": "objj-backend",
    "description": "Backend for LightObject framework.",
    "homepage": "http://github.com/mrcarlberg/objj-backend",
    "main": "xxxxxxx.js",
    "version": "0.4.1",
    "engines": {
        "node": ">=4.2"
    },
    "preferGlobal": true,
    "maintainers": [
        {
            "name": "Martin Carlberg",
            "email": "martin@carlberg.org",
            "web": "http://carlberg.org"
        }
    ],
    "repository": {
        "type": "git",
        "url": "http://github.com/mrcarlberg/objj-backend"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://raw.github.com/mrcarlberg/objj-backend/master/LICENSE"
        }
    ],
    "keywords": [
        "ORM",
        "Cappuccino",
        "Objective-J",
        "JavaScript",
        "ECMAScript",
        "Core Data",
        "EOF",
        "Enterprise Object Framework",
        "database",
        "backend"
    ],
    "dependencies": {
        "objj-runtime": ">0.3.3",
        "pg": ">=4.4"
    },
    "scripts": {
        "start": "npx objj main.j"
    }
}
