Skip to content

Commit

Permalink
Credit @MaxNanasy for great contributions. Thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemk committed Jun 2, 2012
1 parent baed454 commit 11fceff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ test cases, and ensure that `npm test` continues to pass.

## License

MIT License. © 2012 Aseem Kishore.
MIT License. © 2012 Aseem Kishore, and [others](
https://github.com/aseemk/json5/contributors).

## Credits

Expand All @@ -137,3 +138,6 @@ This code is also modeled directly off of Doug's open-source [json_parse.js][]
parser. I'm super grateful for that clean and well-documented code.

[json_parse.js]: https://github.com/douglascrockford/JSON-js/blob/master/json_parse.js

[Max Nanasy](https://github.com/MaxNanasy) has been an early and prolific
supporter, contributing multiple patches and ideas. Thanks Max!
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
, "description": "Modern JSON."
, "keywords": ["json", "json5"]
, "author": "Aseem Kishore <aseem.kishore@gmail.com>"
, "contributors":
[ "Max Nanasy <max.nanasy@gmail.com>"
]
, "main": "json5"
, "dependencies": {}
, "devDependencies":
Expand Down

1 comment on commit 11fceff

@MaxNanasy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.