-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.37 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
51
52
53
54
55
56
{
"name": "statsbot",
"version": "0.0.1",
"description": "It is a simple bot project based on node js",
"main": "app.js",
"scripts": {
"test": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dusskapark/statsbot.git"
},
"keywords": [
"line",
"message",
"api"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dusskapark/statsbot/issues"
},
"homepage": "https://github.com/dusskapark/statsbot#readme",
"dependencies": {
"apiai": "^3.0.3",
"apiai-promise": "^1.0.0",
"async": "^2.1.4",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"child-process": "^1.0.2",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-request-id": "^1.3.0",
"express-session": "^1.15.1",
"googleapis": "^15.1.0",
"i18n": "^0.8.3",
"im-resize": "^2.3.2",
"jade": "^1.11.0",
"localdb": "^0.2.12",
"lodash": "^4.17.4",
"log4js": "^1.1.0",
"lowdb": "^0.15.4",
"passport": "^0.3.2",
"passport-google-oauth2": "^0.1.6",
"passport-google-oauth20": "^1.0.0",
"passport-oauth2-refresh": "^1.0.0",
"path": "^0.12.7",
"readline": "^1.3.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"rio": "^2.4.1",
"session-file-store": "^1.0.0",
"underscore": "^1.8.3"
}
}