{
  "name": "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"
  ],
  "main": "lib",
  "version": "6.3.2",
  "author": "Gábor Mező aka unbornchikken",
  "repository": {
    "type": "git",
    "url": "git://github.com/unbornchikken/cmake-js.git"
  },
  "bin": "./bin/cmake-js",
  "engines": {
    "node": ">= 10.0.0"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "bluebird": "^3",
    "debug": "^4",
    "fs-extra": "^5.0.0",
    "is-iojs": "^1.0.1",
    "lodash": "^4",
    "memory-stream": "0",
    "npmlog": "^1.2.0",
    "rc": "^1.2.7",
    "semver": "^5.0.3",
    "splitargs": "0",
    "tar": "^4",
    "unzipper": "^0.8.13",
    "url-join": "0",
    "which": "^1.0.9",
    "yargs": "^3.6.0"
  },
  "devDependencies": {
    "mocha": "*",
    "nan": "^2.1.0",
    "natives": "^1.1.6"
  },
  "scripts": {
    "test": "mocha tests"
  }
}
