UNPKG

813 BJSONView Raw
1{
2 "name": "load-grunt-tasks",
3 "version": "0.5.0",
4 "description": "Load multiple grunt tasks using globbing patterns",
5 "keywords": [
6 "grunt",
7 "load",
8 "require",
9 "tasks",
10 "glob",
11 "pattern",
12 "match",
13 "matchdep",
14 "dependencies"
15 ],
16 "license": "MIT",
17 "author": {
18 "name": "Sindre Sorhus",
19 "email": "sindresorhus@gmail.com",
20 "url": "http://sindresorhus.com"
21 },
22 "files": [
23 "load-grunt-tasks.js"
24 ],
25 "main": "load-grunt-tasks",
26 "repository": "sindresorhus/load-grunt-tasks",
27 "scripts": {
28 "test": "grunt"
29 },
30 "dependencies": {
31 "findup-sync": "^0.1.2",
32 "multimatch": "^0.2.0"
33 },
34 "devDependencies": {
35 "grunt": "^0.4.2",
36 "grunt-cli": "^0.1.12",
37 "grunt-svgmin": "^0.4.0"
38 },
39 "engines": {
40 "node": ">=0.10.0"
41 }
42}