forked from biggora/express-useragent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 846 Bytes
/
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
{
"name": "express-useragent",
"description": "ExpressJS/Connect user-agent middleware exposing",
"version": "0.0.9-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"
}
}