forked from joepikowski/criteo-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 781 Bytes
/
package.json
File metadata and controls
36 lines (36 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
29
30
31
32
33
34
35
36
{
"name": "criteo-api",
"version": "2021.01.3",
"description": "A NodeJS Client For Criteo API Requests",
"main": "./lib/criteo_api.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"cookie": "^0.3.1",
"js-sha512": "^0.8.0",
"moment": "^2.24.0",
"npm": "^6.14.6"
},
"devDependencies": {
"jest": "^26.6.3",
"jsdoc": "^3.6.6"
},
"scripts": {
"test": "jest -i --verbose",
"create-docs": "jsdoc lib/criteo_api.js -d docs"
},
"repository": {
"type": "git",
"url": "https://github.com/joepikowski/criteo-api-nodejs-client"
},
"keywords": [
"criteo"
],
"author": {
"name": "Joe Pikowski",
"email": "j.pikowski@criteo.com",
"url": "https://developers.criteo.com"
},
"license": "MIT"
}