-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathproject.json
More file actions
60 lines (60 loc) · 1.8 KB
/
project.json
File metadata and controls
60 lines (60 loc) · 1.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"s3": {
"stage": {
"bucket": "stage-apps.npr.org",
"path": "book-concierge"
},
"live": {
"bucket": "apps.npr.org",
"path": "best-books"
}
},
"styles": {
"src/css/seed.less": "build/style.css"
},
"scripts": {
"src/js/main.js": "build/app.js",
"src/js/sponsorship.js": "build/sponsorship.js",
"src/js/gdpr-compliance.js": "build/gdpr-compliance.js",
"src/js/loadHeaderBidding.js": "build/loadHeaderBidding.js"
},
"title": "Books We Love",
"description": "Great reads, thoughtfully curated by NPR",
"url": "https://apps.npr.org/best-books/",
"image": "assets/synced/social-2025.jpg",
"sheets": ["1su06H8CvfSHtRkoMw4TDSJI51ND8mSqoxJgC_2g3pXw"],
"docs": {
"about": "1oum9jMONZLRj0tVrS57kpZXp5LyPFswWEgnE5CnsoUo"
},
"analytics": {
"topicIDs": [1032,1008,1069977606],
"primaryTopic": "Books",
"secondaryTopics": ["Books", "Arts \u0026amp; Life"]
},
"sponsorship": {
"locations": {
"centerstage": {
"location": "centerstage",
"desktop_ad_unit": "n6735.NPR",
"mobile_ad_unit": "n6735.NPRMOBILE",
"gam_sizes": [[320, 240], [300, 250], [728, 90], [970, 250], [1300, 250], ["fluid"]],
"header_bidding_sizes": {
"aps": [[300, 250], [728, 90], [970, 250]],
"openwrap": [[300, 250], [728, 90], [970, 250]]
}
},
"secondary": {
"location": "secondary",
"desktop_ad_unit": "NPRSecondary",
"mobile_ad_unit": "NPRMobileSecondary",
"gam_sizes": [[320, 240], [300, 250], [728, 90], [970, 250], [1300, 250], ["fluid"]],
"header_bidding_sizes": {
"aps": [[300, 250], [728, 90], [970, 250]],
"openwrap": [[300, 250], [728, 90], [970, 250]]
}
}
}
},
"embedded": false,
"production": true
}