﻿{
  "name": "samba2",
  "description": "Samba2 Client for nodejs version 4.4",
  "homepage": "https://github.com/marsaud/node-smb2",
  "version": "0.8.3",
  "engines": [
    "node"
  ],
  "author": {
    "name": "Jakub Gabčo and Benjamin Chelli",
    "url": "https://github.com/thelordbaski"
  },
  "contributors": [
     "Jakub Gabčo (https://github.com/thelordbaski)",
    "Fabrice Marsaud <fabrice.marsaud@vates.fr> (https://github.com/marsaud)"
  ],
  "main": "lib/smb2.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheLordBaski/node-smb2"
  },
  "dependencies": {
    "ntlm": "~0.1.1",
    "win32filetime" : "^1.0.2"
  },
  "keywords": [
    "SMB",
    "SMB2",
    "SMB3",
    "NTLM",
    "CIFS",
    "Samba"
  ],
  "scripts": {
    "build": "./node_modules/.bin/babel --source-maps --out-dir=lib/api/ lib/api/src"
  },
  "devDependencies": {
    "babel": "^5.8.34",
    "babel-eslint": "^4.1.6",
    "babel-runtime": "^5.8.34",
    "source-map-support": "^0.4.0",
    "standard": "^5.4.1"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "license": "MIT"
}
