forked from ivkos/botyo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 KB
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": "botyo",
"version": "1.0.0",
"description": "Botyo is a modular bot designed for group chat rooms on Facebook",
"main": "build/index.js",
"scripts": {
"build": "babel src --out-dir build/ --source-maps",
"start": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivkos/botyo.git"
},
"keywords": [
"facebook",
"group",
"chat",
"bot"
],
"author": {
"name": "Ivaylo Stoyanov",
"email": "me@ivkos.com",
"url": "https://github.com/ivkos"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ivkos/botyo/issues"
},
"homepage": "https://github.com/ivkos/botyo#readme",
"dependencies": {
"async": "^2.1.2",
"babel-cli": "^6.16.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.16.0",
"bluebird": "^3.4.6",
"brototype": "^0.0.6",
"facebook-chat-api": "github:ivkos/facebook-chat-api#d50fee06b5dcc3c5ae51df31fd4388f4b858ead9",
"find-hashtags": "^1.0.1",
"glob": "^7.1.1",
"goo.gl": "^0.1.4",
"google-images": "^2.0.0",
"google-translate-api": "^2.3.0",
"instagram-private-api": "^0.5.12",
"markovski": "^1.5.1",
"mime-types": "^2.1.12",
"moment": "^2.15.2",
"mongodb": "^2.2.11",
"needlepoint": "^1.0.5",
"request": "^2.75.0",
"spotify-web-api-node": "^2.3.6",
"string-similarity": "^1.1.0",
"tmp": "0.0.29",
"yamljs": "^0.2.8",
"youtube-api": "^2.0.6"
}
}