{
"name": "corifeus-builder",
"version": "2021.4.125",
"corifeus": {
"icon": "fas fa-gavel",
"code": "Make",
"publish": true,
"nodejs": "v14.16.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.4.115",
"download": "^8.0.0",
"escape-string-regexp": "^4.0.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.1.0",
"github-api": "^3.4.0",
"globby": "^11.0.2",
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"jit-grunt": "^0.10.0",
"lodash": "^4.17.21",
"mocha": "^8.3.1",
"mz": "^2.7.0",
"npm": "^7.6.1",
"npm-check-updates": "^11.1.10",
"should": "^13.2.3",
"time-grunt": "^2.0.0",
"yaml": "^1.10.0"
},
"devDependencies": {
"twemoji": "^13.0.1"
},
"engines": {
"node": ">=12.13.0"
}
}