forked from ioBroker/ioBroker.parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "iobroker.parser",
"version": "1.1.5",
"description": "Parses web pages and files for values.",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"homepage": "https://github.com/ioBroker/ioBroker.parser",
"keywords": [
"ioBroker",
"url",
"html",
"file",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.parser"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.6",
"@alcalzone/release-script-plugin-iobroker": "^3.5.7",
"@alcalzone/release-script-plugin-license": "^3.5.3",
"gulp": "^4.0.2",
"axios": "^0.26.1",
"mocha": "^9.2.2",
"chai": "^4.3.6"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.parser/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"license": "MIT"
}