{
  "author": {
    "name": "navyxie"
  },
  "bugs": {
    "url": "https://github.com/kaolalicai/lanmaoly/issues"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "chalk": "^1.1.3",
    "joi": "6.10.1",
    "js-base64": "^2.1.9",
    "lodash": "^4.12.0",
    "moment": "^2.14.1",
    "moment-timezone": "^0.5.13",
    "request": "^2.74.0",
    "string-padding": "^1.0.2",
    "superagent": "^4.1.0"
  },
  "description": "SDK",
  "devDependencies": {
    "bluebird": "^3.4.1",
    "coveralls": "2.11.9",
    "istanbul": "^0.4.3",
    "joi": "6.10.1",
    "lodash": "^4.12.0",
    "mocha": "^2.2.5",
    "muk": "^0.4.0",
    "request": "^2.74.0",
    "should": "^7.0.2",
    "thenjs": "^2.0.3"
  },
  "homepage": "https://github.com/kaolalicai/lanmaoly",
  "keywords": [
    "托管",
    "P2P",
    "支付",
    "提现",
    "资金",
    "SDK"
  ],
  "license": "ISC",
  "main": "index.js",
  "maintainers": [
    {
      "name": "navyxie",
      "email": "navyxie2010@gmail.com"
    }
  ],
  "name": "lanmaoly",
  "optionalDependencies": {},
  "scripts": {
    "cov": "npm install && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --recursive test/**/* --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "npm install && ./node_modules/mocha/bin/_mocha --recursive test/"
  },
  "version": "0.3.0"
}
