spectaql
Version:
A powerful library for autogenerating static GraphQL API documentation
64 lines (63 loc) • 1.51 kB
JSON
{
"name": "grunt-compile-handlebars",
"description": "Compile handlebar templates, outputting static HTML",
"version": "1.0.0",
"homepage": "https://github.com/patrickkettner/grunt-compile-handlebars",
"author": {
"name": "Patrick Kettner",
"email": "patrick@patrickkettner.com",
"url": "https://github.com/patrickkettner"
},
"repository": {
"type": "git",
"url": "git://github.com/patrickkettner/grunt-compile-handlebars.git"
},
"bugs": {
"url": "https://github.com/patrickkettner/grunt-compile-handlebars/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/patrickkettner/grunt-compile-handlebars/blob/master/LICENSE-MIT"
}
],
"keywords": [
"gruntplugin",
"handlebars"
],
"main": "grunt.js",
"bin": "bin/grunt-compile-handlebars",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "grunt test"
},
"files": [
"package.json",
"README.md",
"Gruntfile.js",
"bin/",
"tasks/",
"!**/.DS_STORE",
"!**/.DS_Store"
],
"devDependencies": {
"grunt": "~1.5.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "^0.5.4",
"grunt-contrib-nodeunit": "^5.0.0",
"handlebars": "^4.7.7",
"json5": "^2.2.0",
"lodash": "^4.17.12"
},
"peerDependencies": {
"grunt": "~1.5.3",
"handlebars": "^4.7.7",
"json5": "^2.2.0",
"lodash": "^4.17.21"
},
"resolutions": {
"grunt-contrib-jshint/jshint/cli/glob": "^7.2.3"
}
}