forked from x3dom/x3dom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"name": "x3dom",
"version": "1.8.4-dev",
"description": "X3DOM. A framework for integrating and manipulating X3D scenes as HTML5/DOM elements.",
"main": "Main.js",
"directories": {
"doc": "doc",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build/src-builder.js",
"lint": "eslint \"src/**/*.js\"",
"lint-fix": "eslint --fix \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/x3dom/x3dom.git"
},
"keywords": [
"webgl",
"x3d",
"gltf",
"html",
"javascript"
],
"author": "tsturm",
"license": "(MIT OR GPL-3.0)",
"bugs": {
"url": "https://github.com/x3dom/x3dom/issues"
},
"homepage": "https://github.com/x3dom/x3dom#readme",
"devDependencies": {
"concat": "1.0.3",
"eslint": "9.11.1",
"fs-extra": "11.2.0",
"jsdoc": "4.0.3",
"terser": "5.34.1",
"zip-lib": "1.0.4",
"@stylistic/eslint-plugin": "2.8.0"
}
}