UNPKG

licenses

Version:

A small tool that detects licensing information for a given Node.js module

38 lines (37 loc) 782 B
{ "name": "licenses", "version": "0.0.20", "description": "A small tool that detects licensing information for a given Node.js module", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/3rd-Eden/licenses.git" }, "scripts": { "test": "mocha $(find test -name '*.test.js')" }, "keywords": [ "licenses", "licensing", "license", "legal", "MIT", "Open Source" ], "author": "Arnout Kazemier", "license": "MIT", "dependencies": { "async": "0.6.x", "debug": "0.8.x", "fusing": "0.2.x", "githulk": "0.0.x", "npm-registry": "0.1.x" }, "devDependencies": { "mocha": "1.18.x", "chai": "1.9.x", "pre-commit": "0.0.x", "argh": "0.1.x", "request": "2.34.x" } }