0.0.1 • Published 10 years ago

licenselint v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

licenselint Build Status

Figure out license you're using

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install licenselint --save

Tests

npm install
npm test
> licenselint@0.0.1 test /Users/daijiro.wachi/Development/licenselint
> node test.js
[
  {
    "name": "read-package-json",
    "license": "ISC",
    "version": "1.3.3"
  },
  {
    "name": "commander",
    "license": "MIT",
    "version": "2.8.1"
  }
]

Dependencies

  • commander: the complete solution for node.js command-line programs
  • read-package-json: The thing npm uses to read package.json files with semantics and defaults and validation

Dev Dependencies

License

MIT

Generated by package-json-to-readme

0.0.1

10 years ago