-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
39 lines (39 loc) · 873 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
{
"name": "fresh-bot",
"version": "1.0.0",
"description": "LINE Fresh Bot",
"main": "./examples/talk.js",
"scripts": {
"start": "node ./examples/talk.js"
},
"repository": {
"type": "git",
"url": "https://github.com/GoogleX133/LINE-FreshBot.git"
},
"keywords": [
"line-bot",
"square-bot",
"line-bot"
],
"author": "GoogleX",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"image-downloader": "^3.3.0",
"inquirer": "^5.1.0",
"jsonfile": "^4.0.0",
"mime": "^2.2.0",
"node-bignumber": "^1.2.1",
"path": "^0.12.7",
"qrcode-terminal": "^0.11.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"thrift": "^0.11.0",
"thrift-http": "^1.0.1",
"unirest": "^0.5.1",
"utf8": "^3.0.0",
"util": "^0.10.3",
"webp-converter": "^2.1.6",
"xhr": "^2.4.1"
}
}