-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (45 loc) · 953 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
43
44
45
46
{
"name": "node-tistory",
"version": "0.1.1",
"description": "Tistory Client module",
"main": "lib/tistory",
"bin":{
"tistory":"./bin/tistory.js"
},
"scripts": {
"test": "tistory-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/saltfactory/node-tistory.git"
},
"keywords": [
"node",
"nodejs",
"api",
"tistory",
"saltfactory"
],
"author": {
"name": "SungKwang Song",
"email": "saltfactory@gmail.com",
"url": "https://twitter.com/saltfactory"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/saltfactory/node-tistory/issues"
},
"homepage": "https://github.com/saltfactory/node-tistory",
"devDependencies":{
"tracer":"latest",
"mocha":"latest",
"assert":"latest"
},
"dependencies":{
"request":"~2.37.0",
"underscore": "~1.6.0",
"nopt":"~3.0.1",
"hbn-logger":"latest",
"async-replace":"latest"
}
}