Socket
Socket
Sign inDemoInstall

bower-license

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower-license

Generates a list of bower dependencies for a project


Version published
Maintainers
2
Created
Source

Bower License

Show a project's bower dependencies and their licenses

#Installation

npm install -g bower-license

#Usage Bower license comes in both command line and as an npm library:

bower-license

β”œβ”€ highlight
β”‚  └─ licenses: UNKNOWN
β”œβ”€ bootstrap-daterangepicker@1.2.0
β”‚  └─ licenses: MIT*
β”œβ”€ js-signals@1.0.0
β”‚  β”œβ”€ licenses: MIT*
β”‚  └─ homepage: http://millermedeiros.github.com/js-signals/
β”œβ”€ moment@2.4.0
β”‚  └─ licenses: MIT*
β”œβ”€ highcharts.com@3.0.7
β”‚  β”œβ”€ licenses: UNKNOWN
β”‚  └─ homepage: https://github.com/highslide-software/highcharts.com
β”œβ”€ hasher@1.1.3
β”‚  β”œβ”€ licenses: MIT*
β”‚  └─ homepage: https://github.com/millermedeiros/Hasher
β”œβ”€ jquery-throttle-debounce@undefined
β”‚  β”œβ”€ licenses: MIT*
β”‚  └─ homepage: https://github.com/cowboy/jquery-throttle-debounce
β”œβ”€ jquery-deparam@0.2.0
β”‚  β”œβ”€ licenses: MIT*
β”‚  └─ repository: https://github.com/AceMetrix/jquery-deparam
β”œβ”€ modernizr@2.6.2
β”‚  β”œβ”€ licenses: MIT*
β”‚  └─ homepage: https://github.com/Modernizr/Modernizr
β”œβ”€ raphael@2.1.2
β”‚  β”œβ”€ licenses: MIT*
β”‚  └─ homepage: https://github.com/DmitryBaranovskiy/raphael
β”œβ”€ es5-shim@2.1.0
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ homepage: https://github.com/kriskowal/es5-shim
β”‚  └─ repository: http://github.com/kriskowal/es5-shim
β”œβ”€ jstree@2.0.0-alpha
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ homepage: https://github.com/vakata/jstree
β”‚  └─ repository: https://github.com/vakata/jstree
β”œβ”€ meld@1.3.0
β”‚  β”œβ”€ licenses
β”‚  β”‚  └─ 0: MIT
β”‚  β”œβ”€ homepage: https://github.com/cujojs/meld
β”‚  └─ repository: https://github.com/cujojs/meld
β”œβ”€ keymaster@undefined
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ homepage: https://github.com/madrobby/keymaster
β”‚  └─ repository: https://github.com/madrobby/keymaster
β”œβ”€ knockoutjs@2.3.0
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ homepage: https://github.com/knockout/knockout
β”‚  └─ repository: https://github.com/SteveSanderson/knockout
β”œβ”€ jquery@1.8.3
β”‚  └─ licenses
β”‚     └─ 0: MIT
└─ sass-bootstrap@2.2.2
   β”œβ”€ licenses: Apache*
   └─ repository: https://github.com/twitter/bootstrap

Export options:

bower-license -e json

Used as a library:

var license = require('bower-license');
license.init('/path/to/package', function(licenseMap, err){
    if (!err) {
        console.log(licenseMap);
    }
});

#Notes Any asterisks (*) after a license value were implictly discovered/detected by their README or LICENSE file and may not be truly reliable.

Keywords

FAQs

Package last updated on 10 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc