Skip to content

Commit af2e78f

Browse files
author
dbusel
committed
Release 1.0.26 [skip ci]
1 parent f6a82ea commit af2e78f

File tree

2 files changed

+99
-94
lines changed

2 files changed

+99
-94
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Also see the **[release page](https://github.com/ioFog/Controller/releases)**.
44

5+
<br>
6+
7+
## [1.0.26](https://github.com/ioFog/Controller/releases/tag/1.0.26) (2018-11-30)
8+
9+
510
<br>
611

712
## [1.0.25](https://github.com/ioFog/Controller/releases/tag/1.0.25) (2018-11-30)

package.json

Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,96 @@
11
{
2-
"name": "iofogcontroller",
3-
"version": "1.0.25",
4-
"description": "ioFog Controller project for Eclipse IoFog @ iofog.org \\nCopyright (c) 2018 Edgeworx, Inc.",
5-
"main": "./src/main.js",
6-
"author": "Saeid Baghbidi",
7-
"contributors": [
8-
"Kilton Hopkins <kilton@edgeworx.io>",
9-
"Saeid Baghbidi",
10-
"Pavel Kazlou",
11-
"Egor Krylovich",
12-
"Iryna Laryionava",
13-
"Maryna Lipnitskaya",
14-
"Dmitriy Kudasov",
15-
"Dmitry Stolbunov",
16-
"Darya Busel",
17-
"Alexander Shpak",
18-
"Kate Lukashick",
19-
"Eugene Pankov",
20-
"Maksim Chepelev",
21-
"Tetiana Yatsiuk",
22-
"Sergey Valevich"
23-
],
24-
"license": {
25-
"type": "EPL-2.0",
26-
"url": "https://www.eclipse.org/legal/epl-v20.html"
27-
},
28-
"bugs": {
29-
"email": "edgemaster@iofog.org"
30-
},
31-
"homepage": "https://www.iofog.org",
32-
"repository": {
33-
"type": "git",
34-
"url": "https://github.com/ioFog/Controller"
35-
},
36-
"scripts": {
37-
"start": "node scripts/start.js",
38-
"start-dev": "node scripts/start-dev.js",
39-
"build": "node scripts/init.js",
40-
"preuninstall": "node scripts/preuninstall.js",
41-
"postinstall": "node scripts/postinstall.js",
42-
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
43-
"automatic-release": "automatic-release",
44-
"test": "node scripts/test.js",
45-
"coverage": "node scripts/coverage.js"
46-
},
47-
"preferGlobal": true,
48-
"bin": {
49-
"iofog-controller": "src/main.js"
50-
},
51-
"dependencies": {
52-
"body-parser": "^1.18.3",
53-
"command-line-args": "^5.0.2",
54-
"command-line-usage": "^5.0.5",
55-
"continuation-local-storage": "^3.2.1",
56-
"cookie-parser": "^1.4.3",
57-
"daemonize2": "^0.4.2",
58-
"ejs": "^2.6.1",
59-
"express": "^4.16.3",
60-
"formidable": "^1.2.1",
61-
"fs": "^0.0.1-security",
62-
"ftp": "^0.3.10",
63-
"helmet": "^3.13.0",
64-
"jsonschema": "^1.2.4",
65-
"morgan": "^1.9.1",
66-
"nconf": "^0.10.0",
67-
"nodemailer": "^4.6.8",
68-
"nodemailer-smtp-transport": "^2.7.4",
69-
"path": "^0.12.7",
70-
"portscanner": "^2.2.0",
71-
"retry-as-promised": "^3.1.0",
72-
"sequelize": "^4.39.0",
73-
"sequelize-cli": "^4.1.1",
74-
"sqlite3": "^4.0.2",
75-
"string-format": "^2.0.0",
76-
"umzug": "^2.1.0",
77-
"underscore": "^1.9.1",
78-
"winston": "^3.1.0",
79-
"xss-clean": "^0.1.1",
80-
"qs": "^6.5.2",
81-
"child_process": "^1.0.2",
82-
"os": "^0.1.1"
83-
},
84-
"devDependencies": {
85-
"automatic-release": "^1.1.1",
86-
"bdd-lazy-var": "^2.5.0",
87-
"chai": "^4.2.0",
88-
"chai-as-promised": "^7.1.1",
89-
"chai-http": "^4.2.0",
90-
"eslint": "^5.6.1",
91-
"mocha": "^5.2.0",
92-
"nyc": "^13.1.0",
93-
"sinon": "^7.1.1",
94-
"sinon-chai": "^3.2.0"
95-
}
2+
"name": "iofogcontroller",
3+
"version": "1.0.26",
4+
"description": "ioFog Controller project for Eclipse IoFog @ iofog.org \\nCopyright (c) 2018 Edgeworx, Inc.",
5+
"main": "./src/main.js",
6+
"author": "Saeid Baghbidi",
7+
"contributors": [
8+
"Kilton Hopkins <kilton@edgeworx.io>",
9+
"Saeid Baghbidi",
10+
"Pavel Kazlou",
11+
"Egor Krylovich",
12+
"Iryna Laryionava",
13+
"Maryna Lipnitskaya",
14+
"Dmitriy Kudasov",
15+
"Dmitry Stolbunov",
16+
"Darya Busel",
17+
"Alexander Shpak",
18+
"Kate Lukashick",
19+
"Eugene Pankov",
20+
"Maksim Chepelev",
21+
"Tetiana Yatsiuk",
22+
"Sergey Valevich"
23+
],
24+
"license": {
25+
"type": "EPL-2.0",
26+
"url": "https://www.eclipse.org/legal/epl-v20.html"
27+
},
28+
"bugs": {
29+
"email": "edgemaster@iofog.org"
30+
},
31+
"homepage": "https://www.iofog.org",
32+
"repository": {
33+
"type": "git",
34+
"url": "https://github.com/ioFog/Controller"
35+
},
36+
"scripts": {
37+
"start": "node scripts/start.js",
38+
"start-dev": "node scripts/start-dev.js",
39+
"build": "node scripts/init.js",
40+
"preuninstall": "node scripts/preuninstall.js",
41+
"postinstall": "node scripts/postinstall.js",
42+
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
43+
"automatic-release": "automatic-release",
44+
"test": "node scripts/test.js",
45+
"coverage": "node scripts/coverage.js"
46+
},
47+
"preferGlobal": true,
48+
"bin": {
49+
"iofog-controller": "src/main.js"
50+
},
51+
"dependencies": {
52+
"body-parser": "^1.18.3",
53+
"command-line-args": "^5.0.2",
54+
"command-line-usage": "^5.0.5",
55+
"continuation-local-storage": "^3.2.1",
56+
"cookie-parser": "^1.4.3",
57+
"daemonize2": "^0.4.2",
58+
"ejs": "^2.6.1",
59+
"express": "^4.16.3",
60+
"formidable": "^1.2.1",
61+
"fs": "^0.0.1-security",
62+
"ftp": "^0.3.10",
63+
"helmet": "^3.13.0",
64+
"jsonschema": "^1.2.4",
65+
"morgan": "^1.9.1",
66+
"nconf": "^0.10.0",
67+
"nodemailer": "^4.6.8",
68+
"nodemailer-smtp-transport": "^2.7.4",
69+
"path": "^0.12.7",
70+
"portscanner": "^2.2.0",
71+
"retry-as-promised": "^3.1.0",
72+
"sequelize": "^4.39.0",
73+
"sequelize-cli": "^4.1.1",
74+
"sqlite3": "^4.0.2",
75+
"string-format": "^2.0.0",
76+
"umzug": "^2.1.0",
77+
"underscore": "^1.9.1",
78+
"winston": "^3.1.0",
79+
"xss-clean": "^0.1.1",
80+
"qs": "^6.5.2",
81+
"child_process": "^1.0.2",
82+
"os": "^0.1.1"
83+
},
84+
"devDependencies": {
85+
"automatic-release": "^1.1.1",
86+
"bdd-lazy-var": "^2.5.0",
87+
"chai": "^4.2.0",
88+
"chai-as-promised": "^7.1.1",
89+
"chai-http": "^4.2.0",
90+
"eslint": "^5.6.1",
91+
"mocha": "^5.2.0",
92+
"nyc": "^13.1.0",
93+
"sinon": "^7.1.1",
94+
"sinon-chai": "^3.2.0"
95+
}
9696
}

0 commit comments

Comments
 (0)