-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 794 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 794 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
{
"name": "protocolloadfallbackhandler",
"version": "4.0.0",
"description": "Allows the registration of custom protocol handlers to load resources if the browser fails to load the resource",
"scripts": {
"build": "bin/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Daniel-Abrecht/protocolloadfallbackhandler.git"
},
"keywords": [],
"author": "Daniel Abrecht",
"license": "MIT",
"files": [
"dist/*"
],
"browser": "dist/protocolloadfallbackhandler.min.js",
"bugs": {
"url": "https://github.com/Daniel-Abrecht/protocolloadfallbackhandler/issues"
},
"homepage": "https://github.com/Daniel-Abrecht/protocolloadfallbackhandler",
"devDependencies": {
"fast-sourcemap-concat": "latest",
"uglify-es": "latest"
}
}