UNPKG

grunt-contrib-connect

Version:
45 lines (44 loc) 922 B
{ "name": "grunt-contrib-connect", "description": "Start a connect web server", "version": "5.0.1", "author": { "name": "Grunt Team", "url": "https://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-connect", "license": "MIT", "engines": { "node": ">=16" }, "main": "tasks/connect.js", "scripts": { "test": "grunt test" }, "dependencies": { "async": "^3.2.5", "connect": "^3.7.0", "connect-livereload": "^0.6.1", "http2-wrapper": "^2.2.1", "morgan": "^1.10.0", "open": "^8.0.0", "portscanner": "^2.2.0", "serve-index": "^1.9.1", "serve-static": "^1.15.0" }, "devDependencies": { "grunt": "^1.6.1", "grunt-contrib-internal": "^9.0.0", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "^5.0.0" }, "keywords": [ "gruntplugin", "server", "connect", "http" ], "files": [ "tasks" ] }