-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
58 lines (58 loc) · 1.62 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "iobroker.vis-materialdesign",
"version": "0.5.94",
"description": "Material Design Widgets based on Google material components web library",
"author": {
"name": "Scrounger",
"email": "scrounger@gmx.net"
},
"homepage": "https://github.com/Scrounger/ioBroker.vis-materialdesign",
"license": "MIT",
"keywords": [
"vis",
"material",
"GUI"
],
"repository": {
"type": "git",
"url": "https://github.com/Scrounger/ioBroker.vis-materialdesign.git"
},
"dependencies": {},
"devDependencies": {
"@alcalzone/release-script": "^1.8.3",
"@iobroker/testing": "^2.3.0",
"@mdi/font": "^6.7.96",
"@sentry/browser": "^6.2.2",
"@simonwep/pickr": "^1.7.4",
"@thomasloven/round-slider": "^0.5.2",
"@types/gulp": "^4.0.6",
"axios": "^0.21.1",
"chai": "^4.2.0",
"chart.js": "^2.9.4",
"chartjs-plugin-datalabels": "^0.7.0",
"chroma-js": "^2.1.0",
"clipboard-polyfill": "^3.0.1",
"gulp": "^4.0.2",
"he": "^1.2.0",
"material-components-web": "^4.0.0",
"mathjs": "^9.1.0",
"mocha": "^8.1.3",
"moment-duration-format": "^2.3.2",
"underscore": "^1.13.1",
"vue": "^2.6.12",
"vue-the-mask": "0.11.1",
"vuetify": "^2.3.10"
},
"main": "widgets/materialdesign.html",
"scripts": {
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:package",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/Scrounger/ioBroker.vis-materialdesign/issues"
},
"readmeFilename": "README.md"
}