fix copy-paste error that caused -DDEBUG build to fail
[librdf.sqlite.git] / package.json
blob5683b955ec5cdcc1610e006813f6b59af6e9ce7a
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   ]