-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
47 lines (47 loc) · 813 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
45
46
47
{
"name": "load-grunt-tasks",
"version": "5.1.0",
"description": "Load multiple grunt tasks using globbing patterns",
"license": "MIT",
"repository": "sindresorhus/load-grunt-tasks",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && grunt"
},
"files": [
"index.js"
],
"keywords": [
"dependencies",
"glob",
"grunt",
"load",
"match",
"matchdep",
"pattern",
"require",
"tasks"
],
"dependencies": {
"arrify": "^2.0.1",
"multimatch": "^4.0.0",
"pkg-up": "^3.1.0",
"resolve-pkg": "^2.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-svgmin": "^6.0.0",
"xo": "^0.24.0"
},
"peerDependencies": {
"grunt": ">=1"
}
}