-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 983 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}