-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 951 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
40
41
42
{
"name": "yandex-checkout",
"version": "1.0.13",
"description": "Yandex.Checkout API v3",
"main": "./lib/index.js",
"scripts": {
"lint": "eslint ./",
"test": "mocha ./tests/basic.js"
},
"keywords": [
"Yandex.Checkout",
"Yandex.Kassa",
"payment processing",
"credit cards",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/lodosstm/yandex-checkout-node"
},
"engines": {
"node": ">=4"
},
"author": "Lodoss Team <[email protected]> (http://www.lodossteam.com/)",
"license": "MIT",
"readme": "README.md",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-plugin-chai-friendly": "^0.4.1",
"mocha": "^4.1.0",
"sinon": "^4.5.0",
"supertest": "^3.4.2"
},
"dependencies": {
"bluebird": "^3.5.5",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"request-promise-core": "^1.1.2",
"uuid": "^3.3.2"
}
}