forked from Scrounger/ioBroker.vis-materialdesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "iobroker.vis-materialdesign",
"version": "0.3.12",
"description": "Material Design Widgets based on Google material components web library",
"author": {
"name": "Scrounger",
"email": "[email protected]"
},
"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": {
"@iobroker/testing": "^2.1.0",
"@types/gulp": "^4.0.6",
"@alcalzone/release-script": "^1.4.1",
"axios": "^0.19.2",
"gulp": "^4.0.2",
"mocha": "^7.1.1",
"chai": "^4.2.0",
"chart.js": "^2.9.3",
"chartjs-plugin-datalabels": "^0.7.0",
"material-components-web": "^4.0.0",
"@thomasloven/round-slider": "0.3.7",
"vue": "^2.6.11",
"vuetify": "^2.2.26",
"vue-the-mask": "0.11.1",
"@mdi/font": "^5.1.45",
"underscore": "^1.9.2",
"chroma-js": "^2.1.0"
},
"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"
}