-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 833 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 833 Bytes
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
{
"name": "botlib-kik",
"description": "Kik module for BotLib",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "Pilwon Huh",
"email": "pilwon@gmail.com"
},
"homepage": "https://github.com/botlib/botlib-ik",
"repository": {
"type": "git",
"url": "git://github.com/botlib/botlib-kik.git"
},
"keywords": [
"kik",
"messneger",
"bot",
"botlib",
"chat",
"chatbot",
"ts",
"typescript",
"module",
"plugin",
"lib",
"library"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"@types/lodash": "^4.14.52",
"@types/node": "^7.0.5",
"tslint": "^4.4.2",
"tslint-pilwon": "^0.1.7",
"typescript": "2.1.6"
},
"scripts": {
"build": "tsc"
}
}