-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
37 lines (37 loc) · 904 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
37
{
"name": "facebook-export",
"version": "0.4.0",
"description": "Easily export data from Facebook groups",
"main": "app.coffee",
"dependencies": {
"cli-table": "^0.3.1",
"coffee-script": "~1.6.3",
"commander": "~2.1.0",
"leveldown": "^1.6.0",
"levelup": "^1.3.3",
"mkdirp": "~0.3.5",
"moment": "~2.5.0",
"request": "~2.30.0",
"underscore": "~1.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"facebook-export": "./bin/export.js",
"facebook-analyze": "./bin/analyze.js"
},
"repository": {
"type": "git",
"url": "git://github.com/KyleAMathews/facebook-export.git"
},
"keywords": [
"facebook"
],
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KyleAMathews/facebook-export/issues"
}
}