forked from drewzboto/grunt-connect-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.09 KB
/
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
45
46
47
48
49
50
{
"name": "grunt-fpx-connect-proxy",
"description": "Provides a http proxy as middleware for grunt connect.",
"version": "0.2.1",
"homepage": "https://github.com/MarkvanOsch/grunt-connect-proxy",
"author": {
"name": "Drewz",
"email": "drewz@2mod5.com"
},
"contributors": [
"Mark van Osch <mhpm.van.osch@gmail.com"
],
"repository": {
"type": "git",
"url": "git://github.com/MarkvanOsch/grunt-connect-proxy"
},
"bugs": {
"url": "https://github.com/MarkvanOsch/grunt-connect-proxy/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "1.0.1",
"http-proxy": "1.15.2",
"lodash": "4.16.4"
},
"devDependencies": {
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt": "1.0.1",
"grunt-contrib-connect": "1.0.2"
},
"peerDependencies": {
"grunt": "1.0.1"
},
"keywords": [
"gruntplugin",
"proxy",
"connect",
"http",
"grunt"
]
}