-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "facebook-msg-archive",
"version": "0.0.1",
"description": "Archive facebook messages to JSON",
"main": "bin/run.js",
"bin": {
"facebook-msg-archive": "run.js"
},
"dependencies": {
"commander": "git+https://github.com/tj/commander.js.git#975e5a42f27887c8ed23002dac6f091fbb48fe81",
"facebook-chat-api": "^1.2.0",
"q": "^1.4.1",
"request": "^2.79.0"
},
"devDependencies": {
"eslint": "^3.8.1",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Weetbix/facebook-msg-archive.git"
},
"keywords": [
"facebook",
"message",
"msg",
"archive",
"messages",
"fb"
],
"author": "John Hannagan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Weetbix/facebook-msg-archive/issues"
},
"homepage": "https://github.com/Weetbix/facebook-msg-archive#readme"
}