RSS Git Download  Clone
Raw Blame History
{
    "name": "grunt-p3x-express",
    "corifeus": {
        "publish": true,
        "type": "p3x",
        "code": "Next",
        "nodejs": "v14.17.2",
        "opencollective": false,
        "reponame": "grunt-p3x-express",
        "build": true
    },
    "description": "🚧 Grunt Express Server updated with additional options",
    "version": "2021.10.102",
    "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": "^2021.10.101",
        "express": "^4.17.1",
        "grunt": "^1.4.1",
        "grunt-cli": "^1.4.3",
        "grunt-contrib-clean": "^2.0.0",
        "grunt-contrib-jshint": "^3.0.0",
        "grunt-contrib-nodeunit": "^3.0.0",
        "grunt-contrib-watch": "^1.1.0",
        "lodash": "^4.17.21"
    },
    "keywords": [
        "gruntplugin",
        "express",
        "server"
    ],
    "dependencies": {}
}