dancrumb/infer-license

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "infer-license",
  "version": "1.1.1",
  "description": "Infer license from text",
  "main": "infer-license.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": "./cli.js",
  "keywords": [
    "license"
  ],
  "author": "Dan Rumney <dancrumb@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.13.1",
    "karma": "^1.4.0",
    "mocha": "^3.2.0",
    "spdx-license-list": "^2.1.0"
  }
}