-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 912 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
{
"name": "fbash",
"version": "2.1.0",
"description": "Terminal over Facebook Messenger, without continuously running browser instances.",
"main": "./src/starter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "fbash start",
"stop": "fbash stop"
},
"bin": {
"fbash": "./src/fbash.js"
},
"keywords": [
"Terminal",
"Facebook",
"Messenger",
"Command"
],
"repository": {
"type": "git",
"url": "https://github.com/avikj/fbash.git"
},
"author": "Avik Jain <[email protected]> (http://avikjain.me)",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"facebook-chat-api": "git+https://[email protected]/Schmavery/facebook-chat-api.git",
"forever": "^0.15.1",
"homedir": "^0.6.0",
"moment": "^2.12.0",
"readline-sync": "^1.4.1",
"string-argv": "0.0.2"
},
"preferGlobal": "true"
}