-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "cubbles-coder-devtools",
"description": "This contains a suite of grunt-based tools to develop and release cubbles-webpackages.",
"version": "3.1.0",
"private": true,
"engines": {
"node": ">= 8.11.1",
"npm": ">= 6.0.1"
},
"dependencies": {
"chalk": "~1.1.0",
"cubx-grunt-generate-webpackage-readme-file": "^1.0.0",
"cubx-grunt-http-server": "^0.3.0",
"cubx-grunt-prepare-webpackage-release": "^1.0.0",
"cubx-grunt-rename-artifact": "^1.0.0",
"cubx-grunt-wct-scaffolder": "^1.0.0",
"cubx-grunt-webpackage-chooser": "^1.0.0",
"cubx-grunt-webpackage-rte-update": "^1.0.0",
"cubx-grunt-webpackage-scaffold": "^3.0.0",
"cubx-grunt-webpackage-upload": "^1.7.0",
"cubx-webpackage-document-api": "^3.3.1",
"fs.extra": "^1.3.2",
"githooks": "^1.1.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-githooks": "^0.3.1",
"grunt-jsdoc": "~0.6.7",
"load-grunt-configs": "^0.4.1",
"load-grunt-tasks": "^2.0.0",
"lodash": "^3.10",
"shelljs": "^0.5.3",
"time-grunt": "~1.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"cubx-karma-requirejs": "^1.1.1",
"cubx-requirejs": "^1.1.2",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"grunt-jsonlint": "^1.1.0",
"grunt-karma": "^3.0.0",
"gruntify-eslint": "^4.0.0",
"http-proxy-middleware": "0.15.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-htmlfile-reporter": "^0.3.6",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "2.0.2",
"karma-chai": "^0.1.0",
"karma-sinon": "^1.0.5",
"lolex": "^1.5.2",
"mocha": "^5.2.0",
"sinon": "^6.1.5",
"sinon-chai": "^3.2.0",
"standard": "^10.0.3"
},
"scripts": {
"test": "grunt _test"
},
"repository": {
"type": "git",
"url": "https://pmt.incowia.de/webble/r/client/cubbles-coder-devtools.git"
},
"licenses": [
{
"type": "MIT License",
"url": "http://opensource.org/licenses/mit-license.html"
}
]
}