-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.66 KB
/
package.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
40
41
42
43
44
45
46
{
"name": "covid19-dashboard",
"version": "1.0.47",
"description": "Dashboard App displaying COVID-19 numbers by country",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/neomjs/covid-dashboard.git"
},
"scripts": {
"build-all": "node ./node_modules/neo.mjs/buildScripts/buildAll.mjs -n",
"build-all-questions": "node ./buildScripts/buildAll.mjs",
"build-my-apps": "node ./node_modules/neo.mjs/buildScripts/webpack/buildMyApps.mjs",
"build-themes": "node ./node_modules/neo.mjs/buildScripts/webpack/buildThemes.mjs",
"build-threads": "node ./node_modules/neo.mjs/buildScripts/webpack/buildThreads.mjs",
"copy-examples": "node ./buildScripts/copyExamples.mjs",
"create-app": "node ./node_modules/neo.mjs/buildScripts/createApp.mjs",
"generate-docs-json": "node ./node_modules/neo.mjs/buildScripts/docs/jsdocx.mjs",
"server-start": "webpack serve -c ./node_modules/neo.mjs/buildScripts/webpack/webpack.server.config.mjs --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"covid-19",
"covid19",
"javascript",
"frontend",
"framework",
"webworker",
"ecmascript",
"css",
"json"
],
"author": "Tobias Uhlig",
"license": "MIT",
"bugs": {
"url": "https://github.com/neomjs/covid-dashboard/issues"
},
"homepage": "https://neomjs.github.io/pages/",
"dependencies": {
"neo.mjs": "^4.0.1"
},
"funding": {
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/tobiu"
}
}