This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.78 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
{
"name": "jquery-live-regions",
"version": "0.0.1",
"title": "jQuery Live Regions",
"description": "jQuery script for managing live regions on a page",
"keywords": "Accessibility, WAI-ARIA, Live Regions, WCAG",
"author": {
"name": "Karl Groves",
"email": "karl@karlgroves.com",
"url": "http://www.karlgroves.com"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.9.0",
"time-grunt": "~1.0.0",
"load-grunt-tasks": "~1.0.0",
"jshint-stylish": "~1.0.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-uglify": "~0.6.0",
"chai": "^1.9.1",
"grunt-git-describe": "~2.3.2",
"grunt-karma": "~0.8.2",
"grunt-mocha": "~0.4.10",
"js-fixtures": "^1.5.1",
"karma": "~0.12.28",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1.3",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "~0.1.3",
"karma-opera-launcher": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-safari-launcher": "~0.1.1",
"karma-sauce-launcher": "^0.2.6",
"karma-script-launcher": "~0.1.0",
"karma-sinon": "^1.0.3",
"matchdep": "~0.3.0",
"mocha": "~1.18.2",
"sinon": "^1.9.1"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git@github.com:karlgroves/jquery-live-regions.git"
},
"bugs": {
"url": "https://github.com/karlgroves/jquery-live-regions/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"scripts": {
"test": "grunt karma:dev:start"
}
}