-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.61 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.61 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
{
"name": "fbTREX",
"version": "2.1.0",
"description": "facebook.tracking.exposed → collaborative tool to investigate personalization algorithms",
"scripts": {
"collector:prod": "FBTREX=production DEBUG=fbtrex:*,routes:* node bin/collector",
"collector:watch": "key=fuffa DEBUG=lib:*,fbtrex:*,routes:*,-lib:mongo:read nodemon bin/collector.js",
"content:prod": "FBTREX=production DEBUG=fbtrex:*,routes:* node bin/content",
"content:watch": "key=fuffa DEBUG=lib:*,fbtrex:*,routes:* nodemon bin/content.js --config config/nodemon.json",
"parserv": "DEBUG=*,-lib:aggregated,-lib:parse,-lib:mongo:* node bin/parserv3.js",
"semanticserv": "DEBUG=*,-lib:mongo*,-lib:semantic:v node bin/semanticserv.js",
"test": "./node_modules/.bin/mocha"
},
"author": "Claudio Agosti <[email protected]>, https://github.com/tracking-exposed/facebook/graphs/contributors",
"license": "AGPL-3.0",
"dependencies": {
"bluebird": "^3.7.2",
"body-parser": "^1.18.3",
"bs58": "^3.1.0",
"cookie": "^0.3.1",
"cors": "^2.8.1",
"debug": "^2.2.0",
"express": "^4.16.3",
"food-words": "^1.1.0",
"harmony-reflect": "^1.6.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongodb2": "npm:mongodb@^2.1.8",
"mongodb3": "npm:[email protected]",
"nacl-signature": "^1.0.0",
"nconf": "^0.8.4",
"node-fetch": "^2.6.1",
"node-geoip": "^1.0.1",
"request": "^2.88.2",
"rss": "^1.2.2",
"tweetnacl": "^0.14.5",
"tweetnacl-util": "^0.15.1"
},
"devDependencies": {
"chai": "^4.3.4",
"jsdom": "^13.0.0",
"mocha": "^8.3.2",
"nodemon": "^1.19.4"
}
}