forked from ismailhabib/custom-protocol-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 748 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "custom-protocol-detection",
"version": "1.0.1",
"description": "Detect whether a custom protocol is available in browser (FF, Chrome, IE8, IE9, IE10, IE11, and Edge)",
"main": "index.js",
"scripts": {
"build": "browserify index.js --standalone protocolCheck > protocolcheck.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ismailhabib/custom-protocol-detection.git"
},
"keywords": [],
"author": "Ismail Habib Muhammad (https://github.com/ismailhabib)",
"bugs": {
"url": "https://github.com/ismailhabib/custom-protocol-detection/issues"
},
"homepage": "https://github.com/ismailhabib/custom-protocol-detection#readme",
"devDependencies": {
"browserify": "^13.1.1"
}
}