-
Notifications
You must be signed in to change notification settings - Fork 145
/
package.json
44 lines (44 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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"
]
}