UNPKG

license-md

Version:

Generate markdown npm package license badges

38 lines 839 B
{ "name": "license-md", "version": "0.3.6", "description": "Generate markdown npm package license badges", "main": "index.js", "scripts": { "test": "mocha -R list test/*.js", "TESTS.md": "mocha -R markdown test/*.js > TESTS.md" }, "repository": { "type": "git", "url": "https://github.com/angleman/license-md.git" }, "keywords": [ "license", "checker", "oss", "markdown" ], "author": "angleman", "license": "MIT", "bugs": { "url": "https://github.com/angleman/license-md/issues" }, "engines": { "node": ">=0.8.0" }, "dependencies": { "npm-license": "git://github.com/angleman/npm-license.git#master", "sort-component": "~0.1.0" }, "devDependencies": { "grunt": "0.4.x", "grunt-bump": "0.0.x", "mocha": "~1.12.0", "should": "~1.2.2" } }