-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.58 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "iobroker.vis-3dmodel",
"version": "0.0.10",
"description": "Import 3D GLTF images into Blender",
"author": {
"name": "Excodibur",
"email": "non@existant.com"
},
"homepage": "https://github.com/Excodibur/ioBroker.vis-3dmodel",
"license": "MIT",
"keywords": [
"threejs",
"gltf",
"vis",
"iobroker",
"3d",
"blender"
],
"repository": {
"type": "git",
"url": "https://github.com/Excodibur/ioBroker.vis-3dmodel"
},
"dependencies": {},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@iobroker/testing": "^2.6.0",
"@types/gulp": "^4.0.17",
"axios": "^0.28.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-terser": "^2.1.0",
"loglevel": "^1.9.2",
"readable-stream": "^3.6.0",
"three": "^0.172.0"
},
"main": "widgets/3dmodel.html",
"scripts": {
"test:package": "mocha test/package --exit",
"compress-js:three": "gulp compress-three",
"compress-js:loglevel": "gulp compress-loglevel",
"compress-js": "npm run compress-js:three && npm run compress-js:loglevel",
"lint": "eslint --ext .js widgets/*",
"test": "npm run test:package",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/Excodibur/ioBroker.vis-3dmodel/issues"
},
"readmeFilename": "README.md"
}