forked from nprapps/elections24-general
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
77 lines (77 loc) · 2.64 KB
/
project.json
File metadata and controls
77 lines (77 loc) · 2.64 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"s3": {
"stage": {
"bucket": "stage-apps.npr.org",
"path": "elections25-general"
},
"live": {
"bucket": "apps.npr.org",
"path": "2025-election-results"
}
},
"styles": {
"src/css/seed.less": "build/style.css",
"src/css/senate.less": "build/senate.css",
"src/css/state.less": "build/state.css",
"src/css/house.less": "build/house.css",
"src/css/county.less": "build/county.css",
"src/css/customizer.less": "build/customizer.css",
"src/css/embeds.less": "build/embeds.css",
"src/css/race-embed.less": "build/race-embed.css"
},
"scripts": {
"src/js/main.js": "build/app.js",
"src/js/index.js": "build/index.js",
"src/js/sponsorship.js": "build/sponsorship.js",
"src/js/gdpr-compliance.js": "build/gdpr-compliance.js",
"src/js/loadHeaderBidding.js": "build/loadHeaderBidding.js",
"src/js/removeLoadingScreen.js": "build/removeLoadingScreen.js",
"src/js/state.js": "build/state.js",
"src/js/customizer.js": "build/customizer.js",
"src/js/raceEmbed.js": "build/raceEmbed.js",
"src/js/embedBOP.js": "build/embedBOP.js"
},
"scriptsOnce": {
"src/js/sidechain.js": "build/sidechain.js"
},
"title": "2025 Election Results: Live",
"description": "View interactive maps and live results for the 2025 U.S. election.",
"url": "https://apps.npr.org/2025-election-results/",
"image": "assets/logo.png",
"analytics": {
"topicIDs": [1014,139482413,1088064557,1197733670,"g-s1-42661",1142303281],
"primaryTopic": "elections",
"secondaryTopics": ["p139482413",1014]
},
"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]]
}
}
}
},
"sheets": [
"1UviIUJr_EK7uGKtDz14qqcK1oKgE1vGC_4GiY9xkxAQ",
"1998dw5_WlH8tFYYILpEcDh1eYXXJnxKI9WSP4_MRYgc"
],
"docs": { "longform": "1q9ZbhRUaxj9BIjeNfW3fPwHjHj4E_9eUdC63KsnDoy4" },
"embedded": false,
"production": false
}