RSS Git Download  Clone
Raw Blame History
{
    "name": "corifeus-builder",
    "version": "2021.10.203",
    "corifeus": {
        "icon": "fas fa-gavel",
        "code": "Make",
        "publish": true,
        "nodejs": "v16.13.0",
        "reponame": "corifeus-builder",
        "opencollective": false,
        "build": true
    },
    "description": "🏗️ Corifeus Builder",
    "main": "src/index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "grunt && mocha ./test/mocha/*.js ./test/mocha/task/*.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/corifeus-builder.git"
    },
    "keywords": [
        "corifeus",
        "builder"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/patrikx3/corifeus-builder/issues"
    },
    "homepage": "https://corifeus.com/corifeus-builder",
    "dependencies": {
        "corifeus-utils": "^2021.10.180",
        "download": "^8.0.0",
        "extract-zip": "^2.0.1",
        "fs-extra": "^10.0.0",
        "github-api": "^3.4.0",
        "glob": "^7.2.0",
        "glob-promise": "^4.2.2",
        "grunt": "^1.4.1",
        "grunt-contrib-clean": "^2.0.0",
        "grunt-contrib-copy": "^1.0.0",
        "grunt-contrib-htmlmin": "^3.1.0",
        "grunt-contrib-watch": "^1.1.0",
        "jit-grunt": "^0.10.0",
        "lodash": "^4.17.21",
        "mkdirp": "^1.0.4",
        "mocha": "^9.1.3",
        "mz": "^2.7.0",
        "npm": "^8.1.3",
        "npm-check-updates": "^12.0.2",
        "should": "^13.2.3",
        "time-grunt": "^2.0.0",
        "yaml": "^1.10.2"
    },
    "devDependencies": {
        "twemoji": "^13.1.0"
    },
    "engines": {
        "node": ">=12.13.0"
    }
}