forked from eclipse-iofog/Controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 2.95 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 2.95 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "iofogcontroller",
"version": "1.0.37",
"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": {
"prestart": "npm run lint",
"start": "node scripts/scripts-api.js start",
"prestart-dev": "npm run lint",
"start-dev": "node scripts/scripts-api.js start-dev",
"prebuild": "npm run lint",
"build": "node scripts/scripts-api.js init",
"preuninstall": "node scripts/scripts-api.js preuninstall",
"postinstall": "node scripts/scripts-api.js postinstall",
"lint": "./node_modules/.bin/eslint \"**/*.js\"",
"automatic-release": "automatic-release",
"pretest": "npm run lint",
"test": "node scripts/scripts-api.js test",
"prepostman_test": "npm run lint",
"postman_test": "node scripts/scripts-api.js postmantest",
"precli-tests": "npm run lint",
"cli-tests": "node scripts/scripts-api.js cli-tests",
"precoverage": "npm run lint",
"coverage": "node scripts/scripts-api.js coverage",
"prepare": "npm run lint"
},
"preferGlobal": true,
"bin": {
"iofog-controller": "src/main.js"
},
"dependencies": {
"@sentry/node": "4.5.3",
"body-parser": "1.18.3",
"child_process": "1.0.2",
"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.4",
"formidable": "1.2.1",
"fs": "0.0.1-security",
"ftp": "0.3.10",
"helmet": "3.15.0",
"jsonschema": "1.2.4",
"moment": "2.24.0",
"morgan": "1.9.1",
"nconf": "0.10.0",
"newman": "4.3.1",
"nodemailer": "5.1.1",
"nodemailer-smtp-transport": "2.7.4",
"os": "0.1.1",
"path": "0.12.7",
"portscanner": "2.2.0",
"qs": "6.6.0",
"request-promise": "^4.2.4",
"retry-as-promised": "3.1.0",
"semver": "5.6.0",
"sequelize": "4.42.0",
"sequelize-cli": "5.4.0",
"sqlite3": "4.0.6",
"string-format": "2.0.0",
"umzug": "2.2.0",
"underscore": "1.9.1",
"winston": "3.1.0",
"xss-clean": "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.1",
"eslint": "^5.14.1",
"eslint-config-google": "^0.12.0",
"mocha": "5.2.0",
"newman": "4.3.1",
"nyc": "13.3.0",
"sinon": "7.2.3",
"sinon-chai": "3.3.0"
}
}