forked from ioBroker/ioBroker.admin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.11 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "iobroker.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "3.6.2",
"contributors": [
"bluefox <[email protected]>",
"apollon77",
"soef <[email protected]>",
"hobbyquaker <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.admin",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.admin"
},
"license": "MIT",
"keywords": [
"ioBroker",
"setup"
],
"dependencies": {
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-fileupload": "https://github.com/screenmeet/express-fileupload/tarball/8d8f5d9b7cec2d7c17e6d85654edf1c0aaa5fa82",
"express-session": "^1.15.6",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"request": "^2.85.0",
"socket.io": "1.7.2",
"xtend": "^4.0.1",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"@iobroker/testing": "^1.2.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"chai": "^4.1.2",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^4.0.0",
"gulp-less": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^1.1.7",
"fancy-log": "^1.3.3",
"ansi-colors": "^3.2.4",
"materialize-css": "^1.0.0",
"mocha": "^6.1.4"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.admin/issues"
},
"main": "main.js",
"scripts": {
"test": "npm run test:package && npm run test:unit",
"prepare": "node node_modules/gulp/bin/gulp default",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit"
},
"author": "bluefox <[email protected]>"
}