-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
63 lines (63 loc) · 1.26 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "data-point",
"version": "3.5.0",
"description": "Data Processing and Transformation Utility",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/ViacomInc/data-point",
"repository": {
"type": "git",
"url": "https://github.com/ViacomInc/data-point.git"
},
"bugs": {
"url": "https://github.com/ViacomInc/data-point/issues"
},
"engines": {
"node": ">=8",
"npm": ">=2"
},
"author": {
"name": "Acatl Pacheco",
"email": "[email protected]"
},
"contributors": [
{
"name": "Fred Ghosn",
"email": "[email protected]"
},
{
"name": "Yinig Chen",
"email": "[email protected]"
},
{
"name": "Matthew Armstrong",
"email": "[email protected]"
}
],
"keywords": [
"reduce",
"transform",
"process",
"functional",
"compose",
"aggregate"
],
"files": [
"LICENSE",
"index.js",
"lib/"
],
"dependencies": {
"ajv": "5.2.3",
"debug": "3.x",
"deep-freeze": "0.0.1",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.20",
"request": "2.82.0",
"request-promise": "4.2.2"
},
"devDependencies": {
"benchmark": "2.1.4",
"nock": "^8.0.0"
}
}