-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.json
34 lines (34 loc) · 1.15 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
{
"s3": {
"stage": {
"bucket": "stage-apps.npr.org",
"path": "united-state-wildfire"
},
"live": {
"bucket": "apps.npr.org",
"path": "us-wildfires-impact-environment-climate-change"
}
},
"styles": {
"src/css/seed.less": "build/style.css"
},
"scripts": {
"src/js/main.js": "build/app.js"
},
"title": "United States Of Wildfire",
"description": "There’s a forgotten history that should serve as a warning — wildfire isn’t unique to the West. Now the warming climate is increasing the risk of major wildfires across America. And more people are moving to fire-prone areas without realizing the danger.",
"url": "https://apps.npr.org/us-wildfires-impact-environment-climate-change/",
"image": "assets/logo.png",
"analytics": {
"topicIDs": [ "p1007", "p1025", "p1001" ],
"primaryTopic": "environment",
"secondaryTopics": [ 1007,1025,1001,571910677 ]
},
"sheets": ["1Tq3o_qT6NtcO2mU2CzerIAZNPnJM5y_ZhRPFSZh7vb4"],
"docs": {
"story": "1oKU9wIAjmTEU3bLtu3XbuJrOLukCPs3WAJdKirRqgdk",
"blog": "1vHzGHLrypQTkJJi117KcK1In6dYlinpUkLmCGXHn01o"
},
"embedded": false,
"production": true
}