{
  "name": "smb2c",
  "version": "0.7.5",
  "description": "SMB2 Client from marsaud-smb2 0.7.2 ",
  "engines": [
    "node"
  ],
  "main": "lib/smb2.js",

  "repository": {
    "type": "git"
  , "url": "https://github.com/ccboby/node-samba2"
  },

  "scripts": {
    "test": "make test"
  },

  "dependencies": {
    "babel-runtime": "^5.8.34",
    "bluebird": "^2.10.2",
    "ntlm": "~0.1.1"
  },

  "keywords": [
    "SMB",
    "SMB2",
    "SMB3",
    "NTLM",
    "CIFS",
    "Samba"
  ],
  "scripts": {
    "build": "./node_modules/.bin/babel --source-maps --out-dir=lib/api/ lib/api/src",
    "prepublish": "npm run build"
  },
  "devDependencies": {
    "babel": "^5.8.34",
    "babel-eslint": "^4.1.6",
    "source-map-support": "^0.4.0",
    "standard": "^5.4.1"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "author": "ccboby",
  "license": "MIT"
}
