forked from shootaroo/grunt-wget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 863 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
{
"name": "grunt-wget",
"version": "0.1.3",
"description": "Wget plugin for Grunt.",
"homepage": "https://github.com/shootaroo/grunt-wget",
"author": {
"name": "jakejuby",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/jakejuby/grunt-wget.git"
},
"bugs": "https://github.com/jakejuby/grunt-wget/issues",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
},
"files": [
"tasks"
],
"keywords": [
"grunt",
"gruntplugin",
"wget"
],
"dependencies": {
"async": "~0.2.10",
"request": "~2.40.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"jit-grunt": "~0.8.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}