-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.json
31 lines (31 loc) · 1.08 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
{
"s3": {
"stage": {
"bucket": "stage-apps.npr.org",
"path": "sea-level-scroll"
},
"live": {
"bucket": "apps.npr.org",
"path": "sea-level-rise-silicon-valley"
}
},
"styles": {
"src/css/seed.less": "build/style.css"
},
"scripts": {
"src/js/main.js": "build/app.js"
},
"title": "Rising Seas Are Coming For Big Tech Campuses. Who Will Pay To Protect Them?",
"description": "Coastal cities need billions of dollars to build defenses against sea level rise. Tensions are rising over where that funding will come from: taxpayers or private companies with waterfront property?",
"url": "https://apps.npr.org/sea-level-rise-silicon-valley/",
"image": "assets/synced/images/EPA_image_selects_websize-6.jpg",
"analytics": {
"topicIDs": ["P1007","1001","1002"],
"primaryTopic": "Science",
"secondaryTopics": ["Science","News","Home Page Top Stories"]
},
"sheets": ["1rKMelWJuhZYGaEhAZLsrmkPkW8YJvmjRcThRsJJBfsI"],
"docs": {"story" : "1FGfTmIpcesHqguBYmc2KnODwcVjbKx8etXqrA99bEnc"},
"embedded": false,
"production": true
}