grunt-contrib-internal
Version:
Internal tasks for managing the grunt-contrib projects
35 lines (34 loc) • 692 B
JSON
{
"name": "grunt-contrib-internal",
"description": "Internal tasks for managing the grunt-contrib projects",
"version": "9.1.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-internal",
"license": "MIT",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "grunt test"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"read-package-json": "^6.0.2"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^3.2.0"
},
"keywords": [],
"files": [
"tasks",
".github/workflows/test.yml",
"LICENSE-MIT",
"CONTRIBUTING.md"
]
}