licenselint
v0.0.1
Published
Figure out license you're using
Downloads
22
Readme
licenselint 
Figure out license you're using
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install licenselint --saveTests
npm install
npm test
> [email protected] 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
- package-json-to-readme: Generate a README.md from package.json contents
License
MIT
Generated by package-json-to-readme
