{
  "name": "node-abi",
  "version": "2.1.0",
  "description": "Get the Node ABI for a given target and runtime, and vice versa.",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "tape test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lgeiger/node-abi.git"
  },
  "keywords": [
    "node",
    "electron",
    "node_module_version",
    "abi",
    "v8"
  ],
  "author": "Lukas Geiger",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lgeiger/node-abi/issues"
  },
  "homepage": "https://github.com/lgeiger/node-abi#readme",
  "devDependencies": {
    "standard": "^10.0.0",
    "tape": "^4.6.3"
  }
}
