forked from x3dom/x3dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 992 Bytes
/
package.json
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
{
"name": "x3dom",
"version": "1.8.3-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": "^6.8.0",
"fs-extra": "^8.1.0",
"jsdoc": "3.6.3",
"terser": "^4.3.8",
"zip-lib": "^0.2.1"
}
}