package.json 361 B

123456789101112
  1. {
  2. "name": "librdf.sqlite",
  3. "version": "0.1",
  4. "repo": "mro/librdf.sqlite",
  5. "description": "improved SQLite RDF triple store for Redland librdf ",
  6. "keywords": [ "rdf", "librdf", "sqlite", "redland" ],
  7. "license": "https://github.com/mro/librdf.sqlite/blob/master/LICENSE",
  8. "src": [
  9. "rdf_storage_sqlite_mro.c",
  10. "rdf_storage_sqlite_mro.h"
  11. ]
  12. }