{
  "name": "rdf-normalize",
  "version": "1.0.0",
  "description": "RDF graph normalization",
  "main": "index.js",
  "scripts": {
    "lint": "standard index.js test/test.js",
    "test": "npm run lint && mocha --delay"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdf-ext/rdf-normalize.git"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "normalize"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdf-ext/rdf-normalize/issues"
  },
  "homepage": "https://github.com/rdf-ext/rdf-normalize",
  "dependencies": {},
  "devDependencies": {
    "mocha": "^3.2.0",
    "rdf-ext": "^1.0.0",
    "rdf-parser-n3": "^1.0.0",
    "standard": "^9.0.2"
  }
}
