package.json
561 Bytes
{
"name": "grunt-monty-python",
"version": "2015.07.23-0",
"description": "Build system for grunt",
"license": "BSD",
"repository": {
"type": "git",
"url":"git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"gruntcollection"
],
"main": "grunt-monty-python",
"dependencies": {
"grunt": "~0",
"grunt-contrib-csslint": "~0",
"grunt-contrib-jshint": "~0",
"grunt-contrib-htmlmin": "~0",
"lodash": "~2"
},
"devDependencies": {
}
}