-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 739 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 739 Bytes
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
{
"name": "html3dutil",
"version": "2.0.0-beta3",
"author": {
"name": "Peter Occil <poccil14@gmail.com>"
},
"homepage": "https://github.com/peteroupc/html3dutil",
"description": "A public domain JavaScript library for easing the development of HTML 3D applications.",
"repository": {
"type": "git",
"url": "git@github.com/peteroupc/html3dutil"
},
"directories": {
"lib": "."
},
"scripts": {
"build": "cd build && node ./compile.js"
},
"keywords": [
"html",
"3d",
"graphics"
],
"bugs": {
"url": "https://github.com/peteroupc/html3dutil/issues"
},
"devDependencies": {
"eslint": "^9.13.0",
"jsdoc": "^4.0.4",
"rollup": ">=4.59.0",
"svgo": ">=4.0.0"
}
}