RyanMarcus / dirty-json

A parser for invalid JSON
GNU Affero General Public License v3.0
294 stars 30 forks source link

Use dirty-json without npm #5

Closed ilyakatz closed 7 years ago

ilyakatz commented 7 years ago

I have an environment where I cannot easily use npm, is there a way to use your library without it?

RyanMarcus commented 7 years ago

You could try using the bundle.js I created for the web demo, or you could use a tool like Browserify to make your own bundled version of the library.

Sadly, I don't think I have time to maintain this package in any other form, i.e. bower or a single-file browser release. PRs welcome, though.