-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 792 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 792 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
{
"name": "messenger-cli",
"version": "0.1.0",
"description": "Facebook Messenger chat from the Terminal",
"scripts": {
"start": "node index.js"
},
"bin": {
"messenger": "bin/messenger"
},
"keywords": [
"facebook",
"messenger",
"chat",
"cli",
"terminal"
],
"author": "Nicolas Gotchac <ngotchac@gmail.com>",
"license": "MIT",
"dependencies": {
"bole": "^2.0.0",
"chalk": "^1.1.3",
"facebook-chat-api": "^1.1.0",
"gauge": "^2.6.0",
"inquirer": "^1.0.2",
"lwip": "0.0.9",
"mkdirp": "^0.5.1",
"ora": "^0.2.3",
"picture-tube": "^1.0.0",
"request": "^2.72.0",
"uid-safe": "^2.1.1",
"vorpal": "^1.10.10"
},
"devDependencies": {
"eslint": "^2.10.2",
"eslint-plugin-babel": "^3.2.0"
}
}