grunt-jquery-content
Version:
A collection of tasks for building the jQuery websites
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "grunt-jquery-content",
"description": "A collection of tasks for building the jQuery websites",
"version": "3.3.3",
"homepage": "https://github.com/jquery/grunt-jquery-content",
"author": {
"name": "jQuery Foundation and other contributors"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/grunt-jquery-content.git"
},
"bugs": {
"url": "https://github.com/jquery/grunt-jquery-content/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/grunt-jquery-content/blob/main/LICENSE.txt"
}
],
"dependencies": {
"cheerio": "1.0.0",
"gilded-wordpress": "1.0.7",
"grunt-check-modules": "^1.1.0",
"he": "^1.2.0",
"highlight.js": "^10.7.3",
"marked": "^4.0.0",
"which": "^5.0.0",
"wordpress": "^1.4.2"
},
"scripts": {
"test": "eslint . && qunit test/*.js",
"lint-example": "grunt lint",
"build-example": "grunt build"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-jquery": "3.0.2",
"grunt": "^1.6.1",
"qunit": "^2.20.0"
},
"keywords": [
"gruntplugin"
]
}