-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.72 KB
/
package.json
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
{
"name": "vertx-rest-storage-editor",
"version": "2.7.0",
"description": "The vertx-rest-storage-editor is the front end component for vertx-rest-storage-editor.",
"author": "Matthias Baldi",
"license": "Apache-2.0",
"contributors": [
{
"name": "Matthias Baldi",
"email": "matthias.baldi@secanis.ch",
"url": "https://maruba.ch"
}
],
"scripts": {
"start": "start http://localhost:54321/index.html?treeBase=/eagle/server && http-server -p 54321 -c-1",
"build": "grunt",
"test": "karma start test/karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/swisspost/vertx-rest-storage-editor.git"
},
"release": {
"branches": [
"master",
{
"name": "develop",
"channel": "next"
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/npm",
"@semantic-release/git"
]
},
"dependencies": {
"ace-builds": "1.4.2",
"bootstrap": "^3.4.1",
"bootstrap3-dialog": "1.35.4",
"font-awesome": "4.7.0",
"jquery": "3.6.1",
"jquery-mockjax": "2.5.0",
"jquery-toast-plugin": "1.3.2",
"jquery-ui-dist": "1.12.1",
"jquery.cookie": "1.4.1",
"jstree": "3.3.7",
"tv4": "1.3.0"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"grunt": "^1.6.1",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-karma": "^4.0.2",
"http-server": "^14.1.1",
"jasmine": "3.3.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "2.0.1",
"semantic-release": "^23.1.1"
}
}