-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.json
39 lines (39 loc) · 1.02 KB
/
project.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
{
"s3": {
"stage": {
"bucket": "stage-apps.npr.org",
"path": "elections20-interactive"
},
"live": {
"bucket": "apps.npr.org",
"path": "elections20-interactive"
}
},
"styles": {
"src/css/seed.less": "build/style.css"
},
"scripts": {
"src/js/main.js": "build/app.js",
"src/js/embedBOP.js": "build/embedBOP.js",
"src/js/homepage.js": "build/homepage.js",
"src/js/analytics.js": "build/analytics.js"
},
"scriptsOnce": {
"src/js/embed.js": "build/embed.js",
"src/js/customizer.js": "build/customizer.js",
"src/js/sidechain.js": "build/sidechain.js"
},
"title": "2020 Elections",
"description": "",
"url": "https://apps.npr.org/elections20-interactive/",
"image": "assets/social.jpg",
"analytics": {
"topicIDs": [],
"primaryTopic": "",
"secondaryTopics": []
},
"sheets": ["1tukZUCrK_YRtdQtU1ZNNEjDH1tHgBeYIw4aiw8zj8l0"],
"docs": {"longform": "1NzIbd-pC0eAvfTLi4S4MOmto9PsOLz6U-2zsOlwSujY"},
"embedded": false,
"production": true
}