An open API service indexing awesome lists of open source software.

https://github.com/wiredmax/npm-json5

npm wrapper allowing to use JSON5 instead of standard package.json
https://github.com/wiredmax/npm-json5

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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) -
- [Mathieu M-Gosselin](https://github.com/mathieumg) -

## 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