Canop / JSON.prune

A pruning version of JSON.stringify, allowing for example to stringify window or any big or recursive object
MIT License
163 stars 27 forks source link

Doubt about license #12

Open Rodrigo-Barros opened 4 years ago

Rodrigo-Barros commented 4 years ago

I have a question about this library license. My question is about the package.json file, I've notice there's a license type named ISC that is different from what is displayed on your github page. Which license is valid for this project of yours? PS: I want use this lib in my commercial project, this is why I asking the license type. Thank you.

Canop commented 4 years ago

Sorry about the error in the package.json file. I've fixed it to set it to "MIT".

JSON.prune, just like Douglas Crockford's original work, is "public domain". It can be used in any kind of project, even closed source and commercial. No attribution or mention is even needed. Just use it.

Rodrigo-Barros commented 4 years ago

Hi thanks for take time for answser me, I'm happy that I could use this project.