-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name": "@qiwi/pull-rest-api-node-js-sdk",
"version": "2.2.2",
"description": "QIWI Wallet Pull API SDK",
"homepage": "https://github.com/QIWI-API/pull-payments-node-js-sdk",
"repository": {
"type": "git",
"url": "git+https://github.com/QIWI-API/pull-payments-node-js-sdk.git"
},
"main": "lib/QiwiPullAPI.js",
"scripts": {
"test": "mocha --harmony test/QiwiPullAPI.spec.js",
"lint": "eslint lib/QiwiPullAPI.js lib/request.js"
},
"author": "Maxim Kuznetsov <secondtonone.secondtonone@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.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": "^3.4.2"
},
"dependencies": {
"uuid": "^3.2.1"
},
"bugs": {
"url": "https://github.com/QIWI-API/pull-payments-node-js-sdk/issues"
},
"directories": {
"lib": "lib",
"test": "test"
}
}