{
  "name": "schemas",
  "version": "1.0.0",
  "description": "Nodejs library and command-line tool for Linked-Data and Schemas",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nicola/schemas"
  },
  "keywords": [
    "Schema.org",
    "schema",
    "linked",
    "data",
    "semantic",
    "web"
  ],
  "author": "Nicola Greco <me@nicola.io> (http://nicolagreco.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nicola/schemas/issues"
  },
  "homepage": "https://github.com/nicola/schemas",
  "dependencies": {
    "jsonld": "^0.3.8",
    "n3": "^0.3.4",
    "nomnom": "^1.8.1",
    "rdflib": "0.0.2",
    "request": "^2.48.0"
  },
  "bin": {
    "schemas": "./bin/schemas.js"
  }
}
