{
  "name": "flipkart-api-affiliate-client",
  "version": "1.1.0",
  "description": "Node.js Client For Flipkart Affiliate API Version 1.0 Using Javascript Promises",
  "main": "index.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Chandu4221/flipkart-affiliate-client.git"
  },
  "keywords": [
    "flipkart affiliate api v 1.0",
    "flipkart affiliate api",
    "flipkart affiliate api client",
    "affiliate api",
    "affiliate client",
    "flipkart affiliate client",
    "flipkart client",
    "affiliate",
    "client",
    "nodejs",
    "flipkart api"
  ],
  "author": "Chandu4221",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Chandu4221/flipkart-affiliate-client/issues"
  },
  "homepage": "https://github.com/Chandu4221/flipkart-affiliate-client#readme",
  "dependencies": {
    "request": "^2.87.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  }
}