44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "grunt-legacy-util",
|
|
"description": "Some old grunt utils provided for backwards compatibility.",
|
|
"version": "2.0.1",
|
|
"author": "Grunt Development Team (https://gruntjs.com/development-team)",
|
|
"homepage": "http://gruntjs.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gruntjs/grunt-legacy-util.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/gruntjs/grunt-legacy-util/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"keywords": [
|
|
"grunt",
|
|
"legacy"
|
|
],
|
|
"dependencies": {
|
|
"async": "~3.2.0",
|
|
"exit": "~0.1.2",
|
|
"getobject": "~1.0.0",
|
|
"hooker": "~0.2.3",
|
|
"lodash": "~4.17.21",
|
|
"underscore.string": "~3.3.5",
|
|
"which": "~2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.3.0",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-jshint": "^3.0.0",
|
|
"grunt-contrib-nodeunit": "^3.0.0",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"temporary": "1.1.0"
|
|
}
|
|
}
|