-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 905 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
{
"name": "plus-friend-bot",
"version": "0.1.2",
"description": "Kakao Plus Friend Auto Reply Bot Framework for Node.js",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib test",
"lint-fix": "eslint lib test --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Astro36/PlusFriendBot.git"
},
"keywords": [
"kakaotalk",
"plus-friend",
"bot"
],
"author": {
"name": "Astro36",
"email": "astr36@naver.com",
"url": "http://astro36.me"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/Astro36/PlusFriendBot/issues"
},
"homepage": "https://github.com/Astro36/PlusFriendBot#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}