forked from iyzico/iyzipay-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
40
41
42
43
44
45
46
47
48
{
"name": "iyzipay",
"version": "1.1.5",
"description": "iyzipay api node.js client",
"main": "lib/Iyzipay.js",
"scripts": {
"test": "mocha $(find test -name '*Test.js')",
"samples": "mocha $(find samples -name '*Samples.js')",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iyzico/iyzipay-node.git"
},
"keywords": [
"iyzico",
"iyzipay",
"iyzico.com",
"iyzipay node.js",
"iyzipay api",
"iyzipay api node.js client",
"iyzipay api node.js",
"payment processing"
],
"author": "iyzico <[email protected]> (https://iyzico.com/)",
"contributors": [
"Huseyin Babal <[email protected]>",
"Demircan Celebi <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iyzico/iyzipay-node/issues"
},
"homepage": "https://github.com/iyzico/iyzipay-node",
"dependencies": {
"request": "^2.69.0"
},
"devDependencies": {
"async": "^1.5.2",
"coveralls": "^2.11.6",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.0.0",
"should": "^8.2.1",
"supertest": "^1.1.0"
}
}