forked from oyd/ozgurkon-2021-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
503 B
18 lines
503 B
{
|
|
"name": "proto-site-2019",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Igor Laborie <ilaborie@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"extract-data": "node tools/extract-data.js",
|
|
"speakers": "node tools/generate-speakers.js",
|
|
"sessions": "node tools/generate-sessions.js",
|
|
"publish": "firebase deploy",
|
|
"publish:prod": "echo 'TODO: firebase deploy -P devfest-prod'"
|
|
},
|
|
"devDependencies": {
|
|
"firebase-tools": "^6.2.2",
|
|
"js-yaml": "^3.12.0"
|
|
}
|
|
}
|
|
|