forked from adobe/target-nodejs-sdk-samples
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 770 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
{
"name": "target-on-device-decisioning",
"version": "1.0.0",
"description": "Adobe Target Node.js SDK, target on-device decisioning sample",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:adobe/target-nodejs-sdk-samples.git"
},
"keywords": [
"NodeJS",
"Server",
"API",
"Adobe",
"Target",
"MCID",
"ECID",
"Visitor",
"Delivery",
"target-on-device-decisioning"
],
"author": "Adobe Systems Inc.",
"license": "Apache-2.0",
"dependencies": {
"@adobe/target-nodejs-sdk": "^2.1.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"handlebars": "^4.7.4",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0"
}
}