{
  "name": "nxfilter",
  "version": "1.0.7",
  "description": "A command line tool for filtering RDF N-Triples or N-Quads",
  "bin": {
    "nxfilter": "./bin/nxfilter"
  },
  "main": "./lib/nxfilter.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/j13z/nxfilter.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec"
  },
  "keywords": [
    "N-Triples",
    "N-Quads",
    "command line",
    "tool"
  ],
  "author": "Johannes Schmitz",
  "license": "ISC",
  "devDependencies": {
    "chai": "*",
    "mocha": "*"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "rdf-nx-parser": "^1.0.2"
  }
}
