https://github.com/gadicc/meteor-json5
Meteor wrapper for json5 npm package
https://github.com/gadicc/meteor-json5
Last synced: about 1 year ago
JSON representation
Meteor wrapper for json5 npm package
- Host: GitHub
- URL: https://github.com/gadicc/meteor-json5
- Owner: gadicc
- Created: 2016-03-26T10:13:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T10:19:22.000Z (about 10 years ago)
- Last Synced: 2025-02-17T21:19:15.935Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON5
Super simple wrapper of the JSON5
[npm package](https://www.npmjs.com/package/json5).
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.