You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
502 B

8 years ago
  1. {application, jiffy, [
  2. {description, "JSON Decoder/Encoder."},
  3. {vsn, "0.14.11"},
  4. {registered, []},
  5. {applications, [kernel, stdlib]},
  6. {maintainers, ["Paul J. Davis"]},
  7. {licenses, ["MIT", "BSD"]},
  8. {links, [{"GitHub", "https://github.com/davisp/jiffy"}]},
  9. {files, [
  10. "LICENSE",
  11. "Makefile",
  12. "README.md",
  13. "c_src",
  14. "enc",
  15. "plugins",
  16. "rebar.config",
  17. "rebar.config.script",
  18. "src",
  19. "test"
  20. ]}
  21. ]}.