{
  "name": "nts-gemini-javascript-client",
  "version": "0.1.0",
  "description": "This is the javascript frontend client for NTS Retail Gemini Backend Version 12.3.0 (generated through Swagger Codegen) incl. RnI welcoming package",
  "license": "Unlicense",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive",
    "publish": "npm publish --userconfig ~/.npmrc-public"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "superagent": "3.5.2"
  },
  "devDependencies": {
    "mocha": "~2.3.4",
    "sinon": "1.17.3",
    "expect.js": "~0.3.1"
  },
  "publishConfig": {
    "registry": " https://registry.npmjs.org"
  }
}
