forked from ioBroker/ioBroker.javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.25 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.javascript",
"version": "3.7.0",
"description": "Javascript/Coffescript Script Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
"hobbyquaker <[email protected]>",
],
"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"
},
"optionalDependencies": {
"vm2": "^3.5.2"
},
"dependencies": {
"@types/request": "^2.47.0",
"coffee-compiler": "^0.3.2",
"coffee-script": ">=1.12.3",
"node-schedule": "1.3.0",
"request": "^2.85.0",
"suncalc": "^1.8.0",
"typescript": "^2.9.1",
"virtual-tsc": "^0.4.5",
"wake_on_lan": "0.0.4"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"gulp": "^3.9.1",
"mocha": "^5.1.1"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.javascript/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"postinstall": "node ./install/installTypings.js"
}
}