{
  "name": "@dancasey/openflow-schema",
  "version": "0.4.5",
  "description": "OpenFlow switch protocol schema in JSON",
  "main": "index.js",
  "scripts": {
    "prepublish": "node build.js",
    "test": "mocha",
    "watch": "mocha -w --watch-extensions 'coffee, cson' -R min"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dancasey/openflow-schema.git"
  },
  "bugs": {
    "url": "https://github.com/dancasey/openflow-schema/issues"
  },
  "keywords": [
    "json-schema",
    "json",
    "OpenFlow"
  ],
  "author": "Dan Casey",
  "license": "LicenseRef-USGov-17USC105 OR MIT",
  "homepage": "https://github.com/dancasey/openflow-schema#readme",
  "devDependencies": {
    "ajv": "^4.8.2",
    "colors": "^1.1.2",
    "js-yaml": "^3.6.1",
    "mkdirp": "^0.5.1",
    "mocha": "^3.1.2"
  },
  "typings": "openflow-schema.d.ts"
}
