{
"name": "grunt-p3x-express",
"corifeus": {
"publish": true,
"type": "p3x",
"code": "Next",
"nodejs": "v14.15.0",
"opencollective": false,
"reponame": "grunt-p3x-express",
"build": true
},
"description": "🚧 Grunt Express Server updated with additional options",
"version": "2020.10.128",
"homepage": "https://corifeus.com/grunt-p3x-express",
"author": {
"name": "Eric Clemmons",
"email": "eric@smarterspam.com"
},
"contributors": [
{
"name": "Patrik Laszlo",
"email": "alabard@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/patrikx3/grunt-express.git"
},
"bugs": {
"url": "https://github.com/patrikx3/grunt-express/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">=12.13.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"devDependencies": {
"corifeus-builder": "^2020.10.144",
"express": "^4.17.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"lodash": "^4.17.20"
},
"keywords": [
"gruntplugin",
"express",
"server"
],
"dependencies": {}
}