{
  "name": "@yamachu/edge",
  "author": {
    "name": "Tomasz Janczuk <tomasz@janczuk.org>",
    "url": "http://tomasz.janczuk.org",
    "twitter": "tjanczuk"
  },
  "version": "8.2.4",
  "description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux",
  "tags": [
    "owin",
    "edge",
    "net",
    "clr",
    "coreclr",
    "c#",
    "mono",
    "managed",
    ".net"
  ],
  "main": "./lib/edge.js",
  "engines": {
    "node": ">= 0.8"
  },
  "licenses": [
    {
      "type": "Apache",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "dependencies": {
    "@yamachu/edge-cs": "1.2.1",
    "nan": "^2.0.9"
  },
  "devDependencies": {
    "mocha": "2.5.3",
    "jshint": "1.1.0"
  },
  "homepage": "https://github.com/yamachu/edge",
  "repository": {
    "type": "git",
    "url": "git@github.com:yamachu/edge.git"
  },
  "bugs": {
    "url": "https://github.com/yamachu/edge/issues"
  },
  "scripts": {
    "install": "node tools/install.js",
    "test": "node tools/test.js",
    "jshint": "node ./tools/runJsHint.js"
  }
}
