-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 KB
/
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": "@qiwi/bill-payments-node-js-sdk",
"version": "3.2.1",
"description": "Universal payments API SDK",
"homepage": "https://github.com/QIWI-API/bill-payments-node-js-sdk",
"repository": {
"type": "git",
"url": "git+https://github.com/QIWI-API/bill-payments-node-js-sdk.git"
},
"main": "lib/QiwiBillPaymentsAPI.js",
"scripts": {
"test": "mocha $NODE_DEBUG_OPTION --harmony test/QiwiBillPaymentsAPI.spec.js",
"lint": "eslint lib/QiwiBillPaymentsAPI.js"
},
"author": "Maxim Kuznetsov <[email protected]>",
"license": "MIT",
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.2.0"
},
"dependencies": {
"request": "^2.87.0",
"request-promise": "^4.2.2",
"uuid": "^3.2.1"
},
"bugs": {
"url": "https://github.com/QIWI-API/bill-payments-node-js-sdk/issues"
},
"directories": {
"lib": "lib",
"test": "test"
}
}