{
"name": "corifeus-builder",
"version": "1.7.1311-347",
"corifeus": {
"icon": "fa fa-gavel",
"code": "Make",
"publish": true,
"nodejs": "v9.11.1"
},
"description": "Corifeus Builder - Make",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --report clover -- -R spec test/mocha/**/*.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://pages.corifeus.com/corifeus-builder",
"dependencies": {
"corifeus-utils": "^1.1.932-330",
"fs-extra": "^5.0.0",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"istanbul": "^1.1.0-alpha.1",
"jit-grunt": "^0.10.0",
"mocha": "^5.1.0",
"mz": "^2.7.0",
"should": "^13.2.1",
"time-grunt": "^1.4.0"
},
"dependencies-removed": {
"grunt-contrib-jshint": "^1.1.0",
"grunt-jsdoc": "^2.1.0",
"ink-docstrap": "^1.3.0"
},
"devDependencies": {},
"engines": {
"node": ">=8.9.0"
}
}