{
  "name": "@pirxpilot/cmake-js",
  "description": "CMake.js - a Node.js/io.js native addon build tool",
  "license": "MIT",
  "keywords": [
    "native",
    "addon",
    "module",
    "c",
    "c++",
    "bindings",
    "build",
    "cmake",
    "nw.js",
    "electron",
    "boost"
  ],
  "version": "5.0.1",
  "author": "Gábor Mező aka unbornchikken",
  "repository": {
    "type": "git",
    "url": "git://github.com/pirxpilot/cmake-js.git"
  },
  "bin": "./bin/cmake-js",
  "engines": {
    "node": ">= 10.0.0"
  },
  "dependencies": {
    "debug": "2 || 3 || 4",
    "hyperquest": "^2.1.3",
    "is-iojs": "^1.0.1",
    "memory-stream": "1.0.0",
    "minimist": "^1.2.0",
    "npmlog": "^7.0.1",
    "rc": "^1.2.7",
    "semver": "~7.5.1",
    "splitargs": "0",
    "tar": "^6.1.15",
    "which": "^3.0.1"
  },
  "devDependencies": {
    "jshint": "~2",
    "mocha": "*",
    "nan": "^2.1.0"
  },
  "scripts": {
    "test": "make"
  },
  "files": [
    "index.js",
    "bin",
    "doc",
    "lib"
  ]
}