qiwi-shop
Version:
Qiwi shop rest api module (qiwi.com)
42 lines (41 loc) • 779 B
JSON
{
"name": "qiwi-shop",
"version": "2.0.6",
"description": "Qiwi shop rest api module (qiwi.com)",
"main": "./index.js",
"author": {
"name": "Alexander Balasyan",
"email": "mywebstreet@gmail.com"
},
"keywords": [
"qiwi",
"shop",
"ishop",
"api",
"rest"
],
"license": "MIT",
"scripts": {
"test": "mocha"
},
"dependencies": {
"basic-auth": "^1.1.0",
"randomstring": "^1.1.5",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"xml": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ortexx/qiwi-shop"
},
"devDependencies": {
"chai": "^3.5.0",
"express": "^4.17.1",
"mocha": "^7.2.0",
"supertest": "^4.0.1"
},
"engines": {
"node": ">=5.0.0"
}
}