-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.3 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.3 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
{
"name": "VerTest",
"version": "1.1.0-alpha",
"engines": {
"node": "12.16.2"
},
"description": "",
"main": "index.js",
"scripts": {
"start": "node app/index.js",
"test": "$(npm bin)/nyc $(npm bin)/mocha \"./test/backend/**/*-spec.js\"",
"devtest": "$(npm bin)/mocha -w --watch-files=\"./test/backend/**/**, ./app/**/**\" \"./test/backend/**/*-spec.js\"",
"build": "webpack --config webpack.config.prod.js",
"dev": "webpack --watch --config webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riegelTech/vertest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/riegelTech/vertest/issues"
},
"homepage": "https://github.com/riegelTech/vertest#readme",
"dependencies": {
"cls-hooked": "4.2.2",
"compare-versions": "3.6.0",
"cookie-parser": "1.4.5",
"express": "4.17.1",
"fs-extra": "10.0.0",
"git-url-parse": "11.4.4",
"glob": "7.1.7",
"lodash": "4.17.21",
"lowest-common-ancestor": "2.0.1",
"markdown-it": "12.0.6",
"markdown-it-include": "github:riegelTech/markdown-it-include#feature/addRootScopeProtectionOption",
"minimatch": "3.0.4",
"mongodb": "3.6.7",
"nodegit": "0.27.0",
"path-browserify": "1.0.1",
"ssh2": "0.8.9",
"url": "0.11.0",
"uuidv4": "6.2.8 ",
"winston": "3.3.3",
"xss": "1.0.9",
"yaml": "1.10.2"
},
"devDependencies": {
"@growthbunker/vueflags": "0.1.14",
"body-parser": "1.19.0",
"bops": "1.0.1",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"css-loader": "5.2.4",
"data-driven": "1.4.0",
"git-pkt-line": "0.1.0",
"mocha": "8.4.0",
"node-sass": "6.0.0",
"nyc": "15.1.0",
"proxyquire": "2.1.3",
"sass-loader": "11.1.1",
"sinon": "10.0.0",
"sinon-chai": "3.6.0",
"tmp-promise": "3.0.2",
"vue": "2.6.12",
"vue-cookies": "1.7.4",
"vue-d3-charts": "0.2.8",
"vue-form-wizard": "0.8.4",
"vue-gtag": "1.16.1",
"vue-i18n": "8.24.4",
"vue-loader": "15.9.7",
"vue-material": "1.0.0-beta-11",
"vue-moment": "4.1.0",
"vue-resource": "1.5.2",
"vue-router": "3.5.1",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.6.12",
"vuex": "3.6.2",
"webpack": "5.37.1",
"webpack-cli": "4.7.0"
}
}