-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 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
{
"name": "experiments-data",
"version": "1.0.0",
"description": "This is a repository of public dataset from facebook.tracking.exposed experiment",
"repository": {
"type": "git",
"url": "git+https://github.com/tracking-exposed/experiments-data.git"
},
"keywords": [
"facebook.tracking.exposed",
"dataset"
],
"author": "Claudio Agosti",
"license": "SEE LICENSE IN <CC-BY.txt>",
"bugs": {
"url": "https://github.com/tracking-exposed/experiments-data/issues"
},
"homepage": "https://github.com/tracking-exposed/experiments-data#readme",
"dependencies": {
"bluebird": "^3.7.2",
"csv": "^5.5.0",
"csv-string": "^3.2.0",
"debug": "^3.2.7",
"jsonexport": "^2.5.2",
"lodash": "^4.17.21",
"moment": "^2.29.2"
}
}