forked from 3rd-Eden/useragent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "useragent",
"version": "2.0.6",
"description": "Fastest, most accurate & effecient user agent string parser, uses Browserscope's research for parsing",
"author": "Arnout Kazemier",
"main": "./index.js",
"keywords": [
"agent",
"browser",
"browserscope",
"os",
"parse",
"parser",
"ua",
"ua-parse",
"ua-parser",
"user agent",
"user",
"user-agent",
"useragent",
"version"
],
"maintainers": [
{
"name": "Arnout Kazemier",
"email": "[email protected]",
"web": "http://www.3rd-Eden.com"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/3rd-Eden/useragent/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "http://github.com/3rd-Eden/useragent.git"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"long-stack-traces": "0.1.2",
"yamlparser": "0.0.2",
"request": "2.9.203",
"semver": "1.0.14",
"pre-commit": "0.0.3"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"lru-cache": "2.2.x"
}
}