gadicc:json5

v0.5.0-0Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

JSON5

Super simple wrapper of the JSON5 npm package.

Note, there's no reason to use this on Meteor 1.3+, unless you're writing a package that doesn't use the modules (or ecmascript) packages, e.g. you're writing a custom compiler.

This is necessary because for some reason Meteor thinks JSON5 has binary dependencies (maybe because it creates a CLI script in .bin). So by including this package over using Npm.depends(), you avoid the need to publish on build machines for all platforms.