{
"name": "corifeus-builder",
"version": "2020.10.119",
"corifeus": {
"icon": "fas fa-gavel",
"code": "Make",
"publish": true,
"nodejs": "v12.19.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",
"ng-start": "webpack-dev-server --inline --progress --port 8080",
"ng-test": "karma start",
"ng-build": "rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail"
},
"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": "^2020.10.115",
"fs-extra": "^9.0.1",
"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.20",
"mocha": "^8.1.3",
"mz": "^2.7.0",
"npm": "^6.14.8",
"npm-check-updates": "^9.0.4",
"should": "^13.2.3",
"time-grunt": "^2.0.0",
"escape-string-regexp": "^4.0.0",
"github-api": "^3.3.0",
"globby": "^11.0.1",
"yaml": "^1.10.0"
},
"devDependencies": {},
"engines": {
"node": ">=12.13.0"
}
}