MastodonLatoAdmin/node_modules/grunt-contrib-connect/package.json
2018-11-09 14:48:56 +01:00

149 lines
3.1 KiB
JSON

{
"name": "grunt-contrib-connect",
"description": "Start a connect web server",
"version": "0.11.2",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/gruntjs/grunt-contrib-connect"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^0.9.0",
"connect": "^3.4.0",
"connect-livereload": "^0.5.0",
"morgan": "^1.6.1",
"opn": "^1.0.0",
"portscanner": "^1.0.0",
"serve-index": "^1.7.1",
"serve-static": "^1.10.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-internal": "^0.4.10",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"server",
"connect",
"http"
],
"files": [
"tasks"
],
"appveyor_id": "3bp93hbs2rd5lwfd",
"contributors": [
{
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com"
},
{
"name": "Tyler Kellen",
"url": "http://goingslowly.com"
},
{
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
{
"name": "Kyle Robinson Young"
},
{
"name": "Jared Stehler"
},
{
"name": "Vlad Filippov"
},
{
"name": "Stepan Stolyarov"
},
{
"name": "Samori Gorse"
},
{
"name": "Nicolas Gryman"
},
{
"name": "Lachèze Alexandre"
},
{
"name": "Jubal Mabaquiao"
},
{
"name": "Eddie Monge Jr"
},
{
"name": "Christopher Joslyn"
},
{
"name": "Ates Goral"
},
{
"name": "Alex Treppass"
},
{
"name": "Aaron Lampros"
}
],
"gitHead": "5b7c4d89b7e1d3f6e0ccd95a279f9dcab8640000",
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-connect/issues"
},
"homepage": "https://github.com/gruntjs/grunt-contrib-connect",
"_id": "grunt-contrib-connect@0.11.2",
"_shasum": "1c0a0707d3b328d9cf3b4b490eb84c495d936aed",
"_from": "grunt-contrib-connect@~0.11.2",
"_npmVersion": "2.7.5",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "vladikoff",
"email": "vlad@vladikoff.com"
},
"maintainers": [
{
"name": "cowboy",
"email": "cowboy@rj3.net"
},
{
"name": "tkellen",
"email": "tyler@sleekcode.net"
},
{
"name": "shama",
"email": "kyle@dontkry.com"
},
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
{
"name": "vladikoff",
"email": "vlad@vladikoff.com"
},
{
"name": "jmeas",
"email": "jellyes2@gmail.com"
}
],
"dist": {
"shasum": "1c0a0707d3b328d9cf3b4b490eb84c495d936aed",
"tarball": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-0.11.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-0.11.2.tgz"
}