UNPKG

npm-json5

Version:

npm wrapper allowing to use JSON5 instead of standard package.json

32 lines (21 loc) 1.2 kB
# npm-json5 npm wrapper allowing to use JSON5 instead of standard package.json [![Dependency Status][deps-badge]][deps] [![devDependency Status][dev-deps-badge]][dev-deps] [![peerDependency Status][peer-deps-badge]][peer-deps] NOTE: currently this does not support npm 4 or 5, and will excecute with npm 3 internally. ## Change log See the [change log](https://github.com/wiredmax/npm-json5/blob/master/CHANGELOG.md). ## Sources & Inspiration YAPM branch [good-old-wrapper](https://github.com/rlidwka/yapm/tree/good-old-wrapper/) by Alex Kocharin ## Authors - [Maxime Poulin](https://github.com/wiredmax) - <mpoulin@roux.ca> - [Mathieu M-Gosselin](https://github.com/mathieumg) - <mathieumg@gmail.com> ## License MIT (See [LICENSE](https://github.com/wiredmax/npm-json5/blob/master/LICENSE)) [deps-badge]: https://david-dm.org/wiredmax/npm-json5.svg [deps]: https://david-dm.org/wiredmax/npm-json5 [dev-deps-badge]: https://david-dm.org/wiredmax/npm-json5/dev-status.svg [dev-deps]: https://david-dm.org/wiredmax/npm-json5#info=devDependencies [peer-deps-badge]: https://david-dm.org/wiredmax/npm-json5/peer-status.svg [peer-deps]: https://david-dm.org/wiredmax/npm-json5#info=peerDependencies