{
  "name": "TEST",
  "author": "Luis Blanco <raubtierxxx@gmail.com>",
  "description": "TEST",
  "version": "0.0.1",
  "main": "mocha",
  "scripts": {
    "test": "mocha",
    "start": "mocha"
  },
  "keywords": [
    "node",
    "addon",
    "header",
    "include",
    "platform",
    "build",
    "paths"
  ],
  "maintainers": [
    {
      "name": "Luis Blanco",
      "email": "raubtierxxx@gmail.com",
      "skype": "rauber666"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/raub/node-addon-tools.git"
  },
  "dependencies": {
    "addon-tools-raub": "file:../",
    "chai": "^4.1.2",
    "mocha": "^5.0.0",
    "sinon": "^4.2.2"
  }
}