48 lines
813 B
JSON
48 lines
813 B
JSON
{
|
|
"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": "sindresorhus@gmail.com",
|
|
"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"
|
|
}
|
|
}
|