snapdeal-affiliate-client
Version:
un-official client for Snapdeal Affiliates API
35 lines (34 loc) • 778 B
JSON
{
"name": "snapdeal-affiliate-client",
"version": "1.0.3",
"description": "un-official client for Snapdeal Affiliates API",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nigharsh/snapdeal-affiliate-client.git"
},
"keywords": [
"snapdeal",
"affiliate",
"api",
"client",
"node.js",
"node"
],
"bugs": {
"url": "https://github.com/nigharsh/snapdeal-affiliate-client/issues"
},
"homepage": "https://github.com/nigharsh/snapdeal-affiliate-client#readme",
"author": "Harsh Nigam <nigharsh@gmail.com>",
"license": "MIT",
"dependencies": {
"request": "^2.72.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}