light-reflection-in-mirrors
Version:
Simulate the light reflection in different types of mirrors.
41 lines • 967 B
JSON
{
"name": "light-reflection-in-mirrors",
"version": "1.1.2",
"description": "Simulate the light reflection in different types of mirrors.",
"main": "js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:PhysicsProjects/light-reflection-in-mirrors.git"
},
"keywords": [
"light",
"reflection",
"mirrors"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhysicsProjects/light-reflection-in-mirrors/issues"
},
"homepage": "https://github.com/PhysicsProjects/light-reflection-in-mirrors",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}