Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 923c9a1

Browse files
authored
chore(package.json): update package.json (#24)
* chore(package.json): update package.json update the `package.json` file in preparation to publish the project as a module in the npm registry. The package will be under the `@hover` scope, such as https://www.npmjs.com/package/@hover/javascript * chore(package.json): update name of the package
1 parent 948bdae commit 923c9a1

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "ray-tracing-renderer",
33
"version": "0.1.2",
4-
"description": "",
4+
"description": "A [Three.js](https://github.com/mrdoob/three.js/) renderer which utilizes path tracing to render a scene with true photorealism. The renderer supports global illumination, reflections, soft shadows, and realistic environment lighting.",
55
"main": "src/RayTracingRenderer.js",
66
"scripts": {
77
"build": "./node_modules/.bin/rollup -c",
88
"dev": "./node_modules/.bin/rollup -cw --environment DEV & ./node_modules/.bin/http-server",
99
"test": "./node_modules/jest/bin/jest.js"
1010
},
11-
"author": "",
11+
"author": "HOVER Inc",
1212
"license": "MIT",
1313
"devDependencies": {
1414
"@babel/core": "^7.5.5",
@@ -21,5 +21,21 @@
2121
"rollup-plugin-node-resolve": "^5.2.0",
2222
"stats.js": "^0.17.0",
2323
"three": "^0.107.0"
24-
}
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "git+https://github.com/hoverinc/ray-tracing-renderer.git"
28+
},
29+
"keywords": [
30+
"path-tracing",
31+
"ray-tracing",
32+
"global-illumination",
33+
"webgl2",
34+
"bvh",
35+
"three.js"
36+
],
37+
"bugs": {
38+
"url": "https://github.com/hoverinc/ray-tracing-renderer/issues"
39+
},
40+
"homepage": "https://hoverinc.github.io/ray-tracing-renderer/"
2541
}

0 commit comments

Comments
 (0)