forked from ioBroker/ioBroker.scenes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 823 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.scenes",
"version": "1.1.1",
"description": "Scenes for ioBroker.",
"author": {
"name": "bluefox",
"email": "bluefox@gmail.com"
},
"homepage": "https://github.com/ioBroker/ioBroker.scenes",
"keywords": [
"ioBroker",
"scenes"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.scenes"
},
"dependencies": {
"node-schedule": "^1.3.0",
"suncalc": "^1.8.0",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^6.0.2",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.scenes/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT",
"readmeFilename": "README.md"
}