{
    "name": "divbloxjs-create-app",
    "version": "2.0.0-alpha.1",
    "description": "An application generator for divbloxjs that adds the relevant configuration files and api endpoints",
    "main": "bin/init-dx.js",
    "preferGlobal": true,
    "bin": {
        "divbloxjs-create-app": "./bin/init-dx.js"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/divbloxjs/divbloxjs-create-app.git"
    },
    "keywords": [
        "divblox",
        "divbloxjs",
        "divbloxjs",
        "application",
        "generator"
    ],
    "author": "Johan Griesel, johan@divblox.com - Divblox (Pty) Ltd",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/divbloxjs/divbloxjs-create-app/issues"
    },
    "homepage": "https://github.com/divbloxjs/divbloxjs-create-app#readme",
    "dependencies": {
        "dx-utilities": "^1.0.3"
    }
}
