-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 868 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
{
"name": "iobroker.vistaragorm",
"version": "1.0.0",
"description": "Some simple Visualisations",
"author": {
"name": "Taragorm",
"email": "taragorm@zoho.eu"
},
"homepage": "https://github.com/Taragorm/ioBroker.vistaragorm",
"license": "MIT",
"keywords": [
"vis",
"iobroker"
],
"repository": {
"type": "git",
"url": "https://github.com/Taragorm/ioBroker.vistaragorm"
},
"dependencies": {
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@iobroker/testing": "^2.2.0",
"@types/gulp": "^4.0.6",
"axios": "^0.18.1",
"gulp": "^4.0.0"
},
"main": "widgets/vistaragorm.html",
"scripts": {
"test:package": "mocha test/package --exit",
"test": "npm run test:package"
},
"bugs": {
"url": "https://github.com/Taragorm/ioBroker.vistaragorm/issues"
},
"readmeFilename": "README.md"
}