-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
58 lines (58 loc) · 1.22 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
49
50
51
52
53
54
55
56
57
58
{
"name": "iamporter",
"version": "1.4.2",
"description": "Node.js REST API client for I'mport",
"license": "MIT",
"author": "Claud D. Park <posquit0.bj@gmail.com> (http://www.posquit0.com)",
"contributors": [],
"homepage": "https://github.com/posquit0/node-iamporter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/posquit0/node-iamporter.git"
},
"bugs": {
"url": "https://github.com/posquit0/node-iamporter/issues"
},
"keywords": [
"iamport",
"i'mport",
"importer",
"rest",
"api",
"client",
"creditcard",
"pay",
"payment",
"payments",
"pg",
"nodejs"
],
"engines": {
"node": ">=4"
},
"files": [
"lib",
"*.js"
],
"main": "index.js",
"scripts": {
"test": "mocha test",
"test:watch": "npm test -- --watch",
"test:coverage": "istanbul cover _mocha --report lcovonly -- test",
"lint": "eslint ./"
},
"dependencies": {
"axios": "^1.6.0",
"debug": "^3.0.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"co-mocha": "^1.2.0",
"coveralls": "^3.0.0",
"eslint": "^5.0.0",
"istanbul": "^0.4.5",
"lodash": "^4.17.4",
"mocha": "^5.0.0"
}
}