Skip to content

Commit

Permalink
Release 1.0.26 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbusel committed Nov 30, 2018
1 parent f6a82ea commit af2e78f
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 94 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

<br>

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


<br>

## [1.0.25](https://github.com/ioFog/Controller/releases/tag/1.0.25) (2018-11-30)
Expand Down
188 changes: 94 additions & 94 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,96 +1,96 @@
{
"name": "iofogcontroller",
"version": "1.0.25",
"description": "ioFog Controller project for Eclipse IoFog @ iofog.org \\nCopyright (c) 2018 Edgeworx, Inc.",
"main": "./src/main.js",
"author": "Saeid Baghbidi",
"contributors": [
"Kilton Hopkins <kilton@edgeworx.io>",
"Saeid Baghbidi",
"Pavel Kazlou",
"Egor Krylovich",
"Iryna Laryionava",
"Maryna Lipnitskaya",
"Dmitriy Kudasov",
"Dmitry Stolbunov",
"Darya Busel",
"Alexander Shpak",
"Kate Lukashick",
"Eugene Pankov",
"Maksim Chepelev",
"Tetiana Yatsiuk",
"Sergey Valevich"
],
"license": {
"type": "EPL-2.0",
"url": "https://www.eclipse.org/legal/epl-v20.html"
},
"bugs": {
"email": "edgemaster@iofog.org"
},
"homepage": "https://www.iofog.org",
"repository": {
"type": "git",
"url": "https://github.com/ioFog/Controller"
},
"scripts": {
"start": "node scripts/start.js",
"start-dev": "node scripts/start-dev.js",
"build": "node scripts/init.js",
"preuninstall": "node scripts/preuninstall.js",
"postinstall": "node scripts/postinstall.js",
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
"automatic-release": "automatic-release",
"test": "node scripts/test.js",
"coverage": "node scripts/coverage.js"
},
"preferGlobal": true,
"bin": {
"iofog-controller": "src/main.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"continuation-local-storage": "^3.2.1",
"cookie-parser": "^1.4.3",
"daemonize2": "^0.4.2",
"ejs": "^2.6.1",
"express": "^4.16.3",
"formidable": "^1.2.1",
"fs": "^0.0.1-security",
"ftp": "^0.3.10",
"helmet": "^3.13.0",
"jsonschema": "^1.2.4",
"morgan": "^1.9.1",
"nconf": "^0.10.0",
"nodemailer": "^4.6.8",
"nodemailer-smtp-transport": "^2.7.4",
"path": "^0.12.7",
"portscanner": "^2.2.0",
"retry-as-promised": "^3.1.0",
"sequelize": "^4.39.0",
"sequelize-cli": "^4.1.1",
"sqlite3": "^4.0.2",
"string-format": "^2.0.0",
"umzug": "^2.1.0",
"underscore": "^1.9.1",
"winston": "^3.1.0",
"xss-clean": "^0.1.1",
"qs": "^6.5.2",
"child_process": "^1.0.2",
"os": "^0.1.1"
},
"devDependencies": {
"automatic-release": "^1.1.1",
"bdd-lazy-var": "^2.5.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.2.0",
"eslint": "^5.6.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"sinon": "^7.1.1",
"sinon-chai": "^3.2.0"
}
"name": "iofogcontroller",
"version": "1.0.26",
"description": "ioFog Controller project for Eclipse IoFog @ iofog.org \\nCopyright (c) 2018 Edgeworx, Inc.",
"main": "./src/main.js",
"author": "Saeid Baghbidi",
"contributors": [
"Kilton Hopkins <kilton@edgeworx.io>",
"Saeid Baghbidi",
"Pavel Kazlou",
"Egor Krylovich",
"Iryna Laryionava",
"Maryna Lipnitskaya",
"Dmitriy Kudasov",
"Dmitry Stolbunov",
"Darya Busel",
"Alexander Shpak",
"Kate Lukashick",
"Eugene Pankov",
"Maksim Chepelev",
"Tetiana Yatsiuk",
"Sergey Valevich"
],
"license": {
"type": "EPL-2.0",
"url": "https://www.eclipse.org/legal/epl-v20.html"
},
"bugs": {
"email": "edgemaster@iofog.org"
},
"homepage": "https://www.iofog.org",
"repository": {
"type": "git",
"url": "https://github.com/ioFog/Controller"
},
"scripts": {
"start": "node scripts/start.js",
"start-dev": "node scripts/start-dev.js",
"build": "node scripts/init.js",
"preuninstall": "node scripts/preuninstall.js",
"postinstall": "node scripts/postinstall.js",
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
"automatic-release": "automatic-release",
"test": "node scripts/test.js",
"coverage": "node scripts/coverage.js"
},
"preferGlobal": true,
"bin": {
"iofog-controller": "src/main.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"continuation-local-storage": "^3.2.1",
"cookie-parser": "^1.4.3",
"daemonize2": "^0.4.2",
"ejs": "^2.6.1",
"express": "^4.16.3",
"formidable": "^1.2.1",
"fs": "^0.0.1-security",
"ftp": "^0.3.10",
"helmet": "^3.13.0",
"jsonschema": "^1.2.4",
"morgan": "^1.9.1",
"nconf": "^0.10.0",
"nodemailer": "^4.6.8",
"nodemailer-smtp-transport": "^2.7.4",
"path": "^0.12.7",
"portscanner": "^2.2.0",
"retry-as-promised": "^3.1.0",
"sequelize": "^4.39.0",
"sequelize-cli": "^4.1.1",
"sqlite3": "^4.0.2",
"string-format": "^2.0.0",
"umzug": "^2.1.0",
"underscore": "^1.9.1",
"winston": "^3.1.0",
"xss-clean": "^0.1.1",
"qs": "^6.5.2",
"child_process": "^1.0.2",
"os": "^0.1.1"
},
"devDependencies": {
"automatic-release": "^1.1.1",
"bdd-lazy-var": "^2.5.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.2.0",
"eslint": "^5.6.1",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"sinon": "^7.1.1",
"sinon-chai": "^3.2.0"
}
}

0 comments on commit af2e78f

Please sign in to comment.