forked from ioBroker/ioBroker.icons-mfd-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1008 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
{
"name": "iobroker.icons-mfd-svg",
"description": "Icon set for visualisation of the home automation as SVG.",
"version": "1.1.0",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.icons-mfd-svg",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.icons-mfd-svg"
},
"license": "CC BY-SA 3.0",
"keywords": [
"ioBroker",
"icons",
"mfd-svg",
"home automation"
],
"dependencies": {
"@iobroker/adapter-core": "^2.6.0"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-curl": "^2.5.1",
"grunt-exec": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"mocha": "^9.2.2",
"chai": "^4.3.6"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.icons-mfd-svg/issues"
},
"main": "Gruntfile.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}