forked from biggora/express-useragent
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IE 11, attempt to detect IE in compatibility mode.
- Loading branch information
biggora
authored and
biggora
committed
Dec 8, 2013
1 parent
ffe8ee1
commit 1fad1b0
Showing
3 changed files
with
298 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"name": "express-useragent", | ||
"description": "ExpressJS user-agent middleware", | ||
"version": "0.0.8-1", | ||
"homepage": "https://github.com/biggora/express-useragent/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/biggora/express-useragent.git" | ||
}, | ||
"author": "Aleksej Gordejev <aleksej@gordejev.lv> (https://github.com/biggora/)", | ||
"keywords": [ | ||
"useragent", | ||
"connect", | ||
"express", | ||
"trinte", | ||
"railway", | ||
"compound", | ||
"middleware" | ||
], | ||
"main": "./index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"tests": "tests" | ||
}, | ||
"engines": { | ||
"node": ">=0.5" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"connect": ">= 1.7.1 < 2.0.0", | ||
"express": ">= 2.5.0 < 3.0.0", | ||
"nodeunit": ">=0.5.4" | ||
}, | ||
"scripts": { | ||
"test": "nodeunit tests/browsers.js" | ||
} | ||
} | ||
{ | ||
"name": "express-useragent", | ||
"description": "ExpressJS/Connect user-agent middleware exposing", | ||
"version": "0.0.9", | ||
"homepage": "https://github.com/biggora/express-useragent/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/biggora/express-useragent.git" | ||
}, | ||
"author": "Aleksej Gordejev <aleksej@gordejev.lv> (https://github.com/biggora/)", | ||
"keywords": [ | ||
"useragent", | ||
"connect", | ||
"express", | ||
"trinte", | ||
"railway", | ||
"compound", | ||
"middleware" | ||
], | ||
"main": "./index.js", | ||
"directories": { | ||
"lib": "lib", | ||
"tests": "tests" | ||
}, | ||
"engines": { | ||
"node": ">=0.5" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"connect": ">= 1.7.1 < 2.0.0", | ||
"express": ">= 2.5.0 < 3.0.0", | ||
"nodeunit": ">=0.5.4" | ||
}, | ||
"scripts": { | ||
"test": "nodeunit tests/browsers.js" | ||
} | ||
} |
Oops, something went wrong.