mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
21 lines
607 B
JSON
21 lines
607 B
JSON
{
|
|
"name": "rendering",
|
|
"version": "1.0.0",
|
|
"description": "Simple rendering framework for this task",
|
|
"homepage": "https://github.com/janishutz/fundamentals-of-webengineering#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/janishutz/fundamentals-of-webengineering/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/janishutz/fundamentals-of-webengineering.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "Janis Hutz <development@janishutz.com>",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|