package.json 1.2 KB
{
  "name": "win32ole",
  "version": "0.1.3",
  "description": "Asynchronous, non-blocking win32ole bindings",
  "homepage": "https://github.com/idobatter/node-win32ole",
  "keywords": [
    "OLE",
    "COM",
    "ActiveX",
    "ActiveXObject",
    "CreateObject",
    "WSH",
    "WMI",
    "Outlook",
    "Access",
    "Word",
    "Excel",
    "IE",
    "InternetExplorer"
  ],
  "author": {
    "name": "idobatter",
    "url": "https://github.com/idobatter",
    "email": "idobatter@gmail.com"
  },
  "contributors": [
    "idobatter <idobatter@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/idobatter/node-win32ole.git"
  },
  "dependencies": {
    "assert": ">= 0.4.9",
    "async": ">= 0.1.22",
    "ref-struct": ">= 0.0.5",
    "ref": ">= 0.1.3"
  },
  "devDependencies": {
    "mocha": ">= 1.8.1",
    "assert": ">= 0.4.9",
    "async": ">= 0.1.22",
    "ref-struct": ">= 0.0.5",
    "ref": ">= 0.1.3"
  },
  "engines": {
    "node": ">= 0.8.18 && < 0.9.0"
  },
  "scripts": {
    "test": "nmake /a test"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ],
  "main": "./lib/win32ole",
  "_from": "win32ole@0.1.3",
  "_resolved": "http://registry.npm.taobao.org/win32ole/download/win32ole-0.1.3.tgz"
}