|
1 | 1 | { |
2 | | - "name": "iofogcontroller", |
3 | | - "version": "1.0.24", |
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 <[email protected]>", |
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 | | - |
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.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 <[email protected]>", |
| 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 | + |
| 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 | + } |
96 | 96 | } |
0 commit comments