jimhigson / oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.
http://jimhigson.github.io/oboe.js-website/index.html
Other
4.79k stars 208 forks source link

Please provide a valid license in package.json #193

Open derkoe opened 5 years ago

derkoe commented 5 years ago

Currently the license stated in package.json is "BSD" - which ist not listed in the SPDX license list. See also license in package.json.

Please change package.json:41 to "license": "BSD-2-Clause",