-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
54 lines (54 loc) · 1.58 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
{
"name": "ckeditor-a11ychecker",
"version": "1.1.2",
"description": "CKEditor Accessibility Checker plugin that lets you inspect the accessibility level of content created in the editor and immediately solve any accessibility issues that are found.",
"keywords": [
"ckeditor",
"editor",
"wysiwyg",
"accessibility",
"a11y",
"content",
"checker"
],
"devDependencies": {
"amdclean": "~2.2.4",
"benderjs-amd": "^0.2.4",
"chai": "^1.9.1",
"colors": "~1.0.3",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-extend-config": "^0.9.2",
"grunt-githooks": "^0.6.0",
"grunt-jscs": "^3.0.1",
"grunt-preprocess": "^5.1.0",
"less": "~2.4.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^1.21.4",
"requirejs": "~2.1.14",
"rimraf": "^2.2.8",
"shelljs": "^0.8.5",
"sinon": "^1.12.1",
"uglify-js": "^2.6.0"
},
"scripts": {
"test-quickfix-builder": "mocha -R dot dev/testsbuilder"
},
"author": "CKSource (https://cksource.com/)",
"license": "(GPL-2.0 OR GPL-3.0)",
"homepage": "https://ckeditor.com/ckeditor-4/accessibility-checker/",
"bugs": {
"url": "https://github.com/cksource/ckeditor-plugin-a11ychecker/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cksource/ckeditor-plugin-a11ychecker.git"
}
}