forked from GoogleChrome/dialog-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.91 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
{
"name": "dialog-polyfill-ie8",
"description": "dialog-polyfill-ie8.js is a fork of [dialog-polyfill.js](https://github.com/GoogleChrome/dialog-polyfill) that allows the usage of the `<dialog>`element in browsers not yet supporting it. As the name suggests, this fork exists to allow support for `<dialog>` in IE8+.",
"version": "0.1.0",
"keywords": [
"html",
"dialog",
"polyfill",
"ie8",
"a11y"
],
"author": "Ryan Laboucane <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rylabo/dialog-polyfill-ie8/issues"
},
"homepage": "https://github.com/rylabo/dialog-polyfill-ie8#readme",
"engines": {
"node": ">= 0.10.0"
},
"main": "dist/dialog-polyfill-ie8.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rylabo/dialog-polyfill-ie8.git"
},
"dependencies": {
"dom4": "^1.8.3",
"ie8": "^0.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-blanket-mocha": "^1.0.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^2.0.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-html-reporter": "^0.2.7",
"karma-html2js-preprocessor": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-should": "^1.0.0",
"karma-vivaldi-launcher": "0.0.1",
"phantomjs-prebuilt": "^2.1.14",
"requirejs": "^2.3.3",
"should": "^11.2.1"
},
"scripts": {
"test": "grunt karma:dev"
}
}