{
  "name": "rdf-parser-microdata",
  "version": "0.3.0",
  "description": "Microdata parser that follows the RDF Interface specification",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdf-ext/rdf-parser-microdata.git"
  },
  "keywords": [
    "rdf-parser",
    "rdf",
    "linked",
    "data"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdf-ext/rdf-parser-microdata/issues"
  },
  "homepage": "https://github.com/rdf-ext/rdf-parser-microdata",
  "dependencies": {
    "rdf-ext": "^0.3.0",
    "rdf-parser-dom": "^0.3.0"
  },
  "devDependencies": {
    "mocha": "^2.3.3",
    "rdf-parser-n3": "^0.3.0"
  }
}
