├── .gitignore ├── LICENSE ├── README.md └── siren.schema.json /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinswiber/siren/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinswiber/siren/HEAD/README.md -------------------------------------------------------------------------------- /siren.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinswiber/siren/HEAD/siren.schema.json --------------------------------------------------------------------------------