forked from mumuy/browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 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": "browser-parse",
"version": "1.0.2",
"description": "Useragent analysis tool.浏览器分析/浏览器检测/浏览器识别/浏览器判断/UA解析 - 用户代理、操作系统信息",
"main": "browser.js",
"typings": "types/index.d.ts",
"files": [
"browser.js",
"types"
],
"scripts": {
"release": "npm publish --registry=https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arbing/browser-parse.git"
},
"keywords": [
"User Agent",
"browser info",
"浏览器",
"browser",
"useragent",
"浏览器判断",
"浏览器分析",
"浏览器识别",
"浏览器检测"
],
"author": "mumuy",
"license": "MIT",
"bugs": {
"url": "https://github.com/arbing/browser-parse/issues"
},
"homepage": "https://github.com/arbing/browser-parse#readme",
"dependencies": {},
"devDependencies": {}
}