grunt-jquery-content
Version:
A collection of tasks for building the jQuery websites
38 lines (37 loc) • 866 B
JSON
{
"name": "grunt-jquery-content",
"description": "A collection of tasks for building the jQuery websites",
"version": "0.4.1",
"homepage": "https://github.com/jquery/grunt-jquery-content",
"author": {
"name": "jQuery Foundation"
},
"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/master/LICENSE-MIT.txt"
}
],
"main": "grunt.js",
"engines": {
"node": "*"
},
"dependencies": {
"grunt": "0.3.12",
"grunt-wordpress": "1.0.2",
"node-syntaxhighlighter": "0.7.x",
"cheerio": "0.8.3",
"rimraf": "2.0.2",
"marked": "0.2.5"
},
"keywords": [
"gruntplugin"
]
}