{
  "name": "bootpay-js",
  "version": "3.3.2",
  "description": "Bootpay Javasrcipt Library",
  "main": "lib/bootpay.js",
  "files": [
    "lib/*.js",
    "lib/extend/*.js"
  ],
  "devDependencies": {
    "coffee-loader": "^0.9.0",
    "coffeescript": "^2.5.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3",
    "css-loader": "^3.4.2",
    "style-loader": "^1.1.3"
  },
  "dependencies": {
    "babel-core": "^6.26.3",
    "object-assign": "^4.1.1",
    "es6-promise": "^4.2.6",
    "babel-preset-es2015": "^6.24.1",
    "babel-cli": "^6.26.0",
    "crypto-js": "^3.1.9-1",
    "npm": "^6.1.0",
    "superagent": "^5.2.1"
  },
  "scripts": {
    "prepublish": "./prepublish.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bootpay/bootpay_js.git"
  },
  "keywords": [
    "결제",
    "payment",
    "결제연동",
    "PG연동",
    "PG",
    "부트페이",
    "bootpay"
  ],
  "author": "Bootpay",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bootpay/bootpay_js/issues"
  },
  "homepage": "https://docs.bootpay.co.kr",
  "urls": {
    "restUrl": {
      "development": "https://dev-api.bootpay.co.kr",
      "test": "https://test-api.bootpay.co.kr",
      "stage": "https://stage-api.bootpay.co.kr",
      "production": "https://api.bootpay.co.kr"
    },
    "clientUrl": {
      "development": "https://dev-app.bootpay.co.kr",
      "test": "https://test-app.bootpay.co.kr",
      "stage": "https://stage-app.bootpay.co.kr",
      "production": "https://app.bootpay.co.kr"
    },
    "analyticsUrl": {
      "development": "https://dev-analytics.bootpay.co.kr",
      "test": "https://test-analytics.bootpay.co.kr",
      "stage": "https://stage-analytics.bootpay.co.kr",
      "production": "https://analytics.bootpay.co.kr"
    },
    "naverpayZzimUrl": {
      "development": {
        "pc": "https://test-pay.naver.com/customer/wishlistPopup.nhn",
        "mobile": "https://test-m.pay.naver.com/mobile/customer/wishList.nhn"
      },
      "test": {
        "pc": "https://test-pay.naver.com/customer/wishlistPopup.nhn",
        "mobile": "https://test-m.pay.naver.com/mobile/customer/wishList.nhn"
      },
      "production": {
        "pc": "https://pay.naver.com/customer/wishlistPopup.nhn",
        "mobile": "https://m.pay.naver.com/mobile/customer/wishList.nhn"
      }
    }
  }
}
