This repository was archived by the owner on Mar 23, 2026. It is now read-only.
forked from ioBroker/ioBroker.javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
{
"name": "iobroker.javascript",
"version": "0.2.0",
"description": "Javascript/Coffescript Script Engine for ioBroker",
"author": "hobbyquaker <hq@ccu.io>",
"contributors": [
"hobbyquaker <hq@ccu.io>",
"bluefox <bluefox@ccu.io>"
],
"homepage": "https://github.com/ioBroker/ioBroker.javascript",
"license": "MIT",
"keywords": [
"ioBroker",
"javascript",
"script",
"engine",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.javascript"
},
"dependencies": {
"node-schedule": "https://github.com/hobbyquaker/node-schedule/tarball/master",
"request": "^2.39.0",
"suncalc": "^1.5.2",
"wake_on_lan": "0.0.3",
"coffee-compiler": "~0.3.2"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-replace": "~0.7.6",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.6.1",
"grunt-http": "~1.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-exec": "~0.4.5"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.javascript/issues"
},
"main": "javascript.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}