forked from ioBroker/ioBroker.parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "iobroker.parser",
"version": "1.1.2",
"description": "Parses web pages and files for values.",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"homepage": "https://github.com/ioBroker/ioBroker.parser",
"keywords": [
"ioBroker",
"url",
"html",
"file",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.parser"
},
"dependencies": {
"request": "^2.88.2",
"@iobroker/adapter-core": "^2.6.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.6",
"@alcalzone/release-script-plugin-iobroker": "^3.5.6",
"@alcalzone/release-script-plugin-license": "^3.5.3",
"gulp": "^4.0.2",
"axios": "^0.26.0",
"mocha": "^9.2.1",
"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"
}