Skip to content

Commit deff8cb

Browse files
author
dbusel
committed
Release 1.0.20 [skip ci]
1 parent 71efcc9 commit deff8cb

File tree

2 files changed

+106
-82
lines changed

2 files changed

+106
-82
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
Also see the **[release page](https://github.com/ioFog/Controller/releases)**.
4+
5+
<br>
6+
7+
## [1.0.20](https://github.com/ioFog/Controller/releases/tag/1.0.20) (2018-11-24)
8+
9+
10+
<br>
11+
12+
## [1.0.19](https://github.com/ioFog/Controller/releases/tag/1.0.19) (2018-11-22)
13+
14+
15+
<br>
16+
17+
## [1.0.0](https://github.com/ioFog/Controller/releases/tag/1.0.0) (2018-10-30)
18+
19+
20+
<br>
21+
22+
---
23+
24+
<sup>*Changelog generated automatically by [automatic-release](https://github.com/dominique-mueller/automatic-release).*</sup>

package.json

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,84 @@
11
{
2-
"name": "iofogcontroller",
3-
"version": "1.0.19",
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_ENV=production node ./src/main.js start",
38-
"start-dev": "NODE_ENV=development node ./src/main.js start",
39-
"build": "export NODE_ENV=production && cd src/sequelize && ../../node_modules/.bin/sequelize db:migrate && ../../node_modules/.bin/sequelize db:seed:all",
40-
"preuninstall": "bash scripts/preuninstall.sh",
41-
"postinstall": "bash scripts/postinstall.sh",
42-
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
43-
"automatic-release": "automatic-release"
44-
},
45-
"preferGlobal": true,
46-
"bin": {
47-
"iofog-controller": "src/main.js"
48-
},
49-
"dependencies": {
50-
"body-parser": "^1.18.3",
51-
"command-line-args": "^5.0.2",
52-
"command-line-usage": "^5.0.5",
53-
"continuation-local-storage": "^3.2.1",
54-
"cookie-parser": "^1.4.3",
55-
"daemonize2": "^0.4.2",
56-
"ejs": "^2.6.1",
57-
"express": "^4.16.3",
58-
"formidable": "^1.2.1",
59-
"fs": "^0.0.1-security",
60-
"ftp": "^0.3.10",
61-
"helmet": "^3.13.0",
62-
"jsonschema": "^1.2.4",
63-
"morgan": "^1.9.1",
64-
"nconf": "^0.10.0",
65-
"nodemailer": "^4.6.8",
66-
"nodemailer-smtp-transport": "^2.7.4",
67-
"path": "^0.12.7",
68-
"portscanner": "^2.2.0",
69-
"retry-as-promised": "^3.1.0",
70-
"sequelize": "^4.39.0",
71-
"sequelize-cli": "^4.1.1",
72-
"sqlite3": "^4.0.2",
73-
"string-format": "^2.0.0",
74-
"umzug": "^2.1.0",
75-
"underscore": "^1.9.1",
76-
"winston": "^3.1.0",
77-
"xss-clean": "^0.1.1",
78-
"qs": "^6.5.2"
79-
},
80-
"devDependencies": {
81-
"automatic-release": "^1.1.1",
82-
"eslint": "^5.6.1"
83-
}
2+
"name": "iofogcontroller",
3+
"version": "1.0.20",
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_ENV=production node ./src/main.js start",
38+
"start-dev": "NODE_ENV=development node ./src/main.js start",
39+
"build": "export NODE_ENV=production && cd src/sequelize && ../../node_modules/.bin/sequelize db:migrate && ../../node_modules/.bin/sequelize db:seed:all",
40+
"preuninstall": "bash scripts/preuninstall.sh",
41+
"postinstall": "bash scripts/postinstall.sh",
42+
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
43+
"automatic-release": "automatic-release"
44+
},
45+
"preferGlobal": true,
46+
"bin": {
47+
"iofog-controller": "src/main.js"
48+
},
49+
"dependencies": {
50+
"body-parser": "^1.18.3",
51+
"command-line-args": "^5.0.2",
52+
"command-line-usage": "^5.0.5",
53+
"continuation-local-storage": "^3.2.1",
54+
"cookie-parser": "^1.4.3",
55+
"daemonize2": "^0.4.2",
56+
"ejs": "^2.6.1",
57+
"express": "^4.16.3",
58+
"formidable": "^1.2.1",
59+
"fs": "^0.0.1-security",
60+
"ftp": "^0.3.10",
61+
"helmet": "^3.13.0",
62+
"jsonschema": "^1.2.4",
63+
"morgan": "^1.9.1",
64+
"nconf": "^0.10.0",
65+
"nodemailer": "^4.6.8",
66+
"nodemailer-smtp-transport": "^2.7.4",
67+
"path": "^0.12.7",
68+
"portscanner": "^2.2.0",
69+
"retry-as-promised": "^3.1.0",
70+
"sequelize": "^4.39.0",
71+
"sequelize-cli": "^4.1.1",
72+
"sqlite3": "^4.0.2",
73+
"string-format": "^2.0.0",
74+
"umzug": "^2.1.0",
75+
"underscore": "^1.9.1",
76+
"winston": "^3.1.0",
77+
"xss-clean": "^0.1.1",
78+
"qs": "^6.5.2"
79+
},
80+
"devDependencies": {
81+
"automatic-release": "^1.1.1",
82+
"eslint": "^5.6.1"
83+
}
8484
}

0 commit comments

Comments
 (0)