Current section
Files
Jump to
Current section
Files
src/eneo4j.app.src
{application,eneo4j,
[{description,"An OTP application providing an API to connect to Neo4j database"},
{vsn,"1.0.0"},
{registered,[]},
{mod,{eneo4j_app,[]}},
{applications,[kernel,stdlib,public_key,crypto,ssl,hackney,
worker_pool]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github Docs","https://spawnfest.org/eneo4j/"}]}]}.