-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 746 Bytes
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
{
"name": "srcdoc-polyfill",
"version": "1.0.0",
"description": "A shim for the iFrame \"srcdoc\" attribute",
"main": "srcdoc-polyfill.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/jugglinmike/srcdoc-polyfill.git"
},
"keywords": [
"html5",
"polyfill",
"iframe"
],
"author": "Mike Pennisi",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-browserify": "~4.0.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-qunit": "~1.2.0",
"grunt-contrib-uglify": "~0.9.2",
"qunitjs": "~1.19.0",
"requirejs": "~2.1.20"
}
}