-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
50 lines (50 loc) · 1.04 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
{
"name": "iamport",
"version": "0.3.6",
"description": "REST API client for I'amport;",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamport/iamport-rest-client-nodejs.git"
},
"keywords": [
"iamport",
"rest",
"sdk",
"iamport-node-sdk"
],
"author": {
"email": "[email protected]",
"name": "Seungjae Lee",
"url": "https://github.com/saystone/"
},
"contributors": [
{
"email": "[email protected]",
"name": "Seungjae Lee",
"url": "https://github.com/saystone/"
},
{
"email": "[email protected]",
"name": "Seungjae Lee",
"url": "https://github.com/a0ly"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iamport/iamport-rest-client-nodejs/issues"
},
"homepage": "http://iamport.kr/",
"dependencies": {
"bluebird": "^3.4.1",
"lodash": "^4.17.2",
"request": "^2.68.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}