forked from ioBroker/ioBroker.repositories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "iobroker.repositories",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.build.git"
},
"private": true,
"engines": {
"node": ">=4"
},
"dependencies": {
"http": "0.0.0",
"request-promise-native": "^1.0.5"
},
"homepage": "http://iobroker.net",
"description": "List of all official adapters for ioBroker project",
"scripts": {
"init": "node lib/scripts.js --init",
"update": "node repo.js",
"test": "node node_modules/mocha/bin/mocha --exit",
"list": "node lib/scripts.js --list --file /var/www/download/list.html",
"repos": "node lib/build.js --stable /var/www/download/sources-dist.json --latest /var/www/download/sources-dist-latest.json --shields /var/www/download/img"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.repositories/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.repositories/blob/master/LICENSE"
}
],
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
],
"devDependencies": {
"chai": "^4.2.0",
"gulp": "^4.0.0",
"mocha": "^6.0.2",
"node.extend": "^2.0.2",
"npm": "^6.6.0",
"request": "^2.88.0",
"semver": "^5.6.0",
"eslint": "^5.12.0",
"request-promise-native": "^1.0.5"
}
}