UNPKG

grunt-license

Version:

Generates a list of licenses used in a project

49 lines (48 loc) 1.1 kB
{ "name": "grunt-license", "description": "Generates a list of licenses used in a project", "version": "0.1.5", "homepage": "https://github.com/AceMetrix/grunt-license", "author": { "name": "Duncan Wong", "email": "baduncaduncan@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/AceMetrix/grunt-license.git" }, "bugs": { "url": "https://github.com/AceMetrix/grunt-license/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/AceMetrix/grunt-license/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.1.2", "grunt": "~0.4.1", "grunt-simple-mocha": "~0.4.0" }, "peerDependencies": { "grunt": "~0.4.1" }, "keywords": [ "gruntplugin" ], "dependencies": { "colors": "~0.6.0-1", "npm-license": "~0.1.0", "license-checker": "0.0.7" } }