package.json
{
"name": "grunt-license-bower",
"version": "1.0.1",
"main": "tasks/license-bower.js",
"description": "Generate a list of licenses used within a project based on bower.json.",
"homepage": "https://github.com/senssei/grunt-license-bower",
"bugs": "https://github.com/senssei/grunt-license-bower/issues",
"author": {
"name": "RafaĆ Warzycha",
"email": "rafal.warzycha@gmail.com",
"url": "http://about.me/rafal.warzycha"
},
"repository": {
"type": "git",
"url": "https://github.com/senssei/grunt-license-bower"
},
"license": "MIT",
"files": [
"tasks"
],
"keywords": [
"grunt-license-bower",
"license",
"bower",
"grunt",
"list",
"gruntplugin"
],
"devDependencies": {
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-simple-mocha": "^0.4.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"bower-license": "^0.2.2",
"colors": "^1.0.3"
}
}