Current section
Files
Jump to
Current section
Files
src/neo4j.app.src
{application, neo4j, [
{description, "Neo4j REST API client. Refer to README.md to see if you need evrsion 0.2.1 or 0.3"},
{vsn, "0.3"},
{modules, ['neo4j']},
{registered, []},
{applications, [kernel,stdlib,hackney,jiffy]},
{maintainers, ["Dmitrii Dimandt"]},
{licenses, ["MIT"]},
{links, [{"GitHub", "https://github.com/dmitriid/neo4j-erlang"}]}
]}.