forked from fex-team/ua-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 867 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
{
"name": "ua-device",
"version": "0.1.10",
"description": "ua-device是由Baidu WebFE(FEX)团队开发的一个用于解析UA来得到用户终端信息的JS框架",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fex-team/ua-device.git"
},
"keywords": [
"user-agent",
"ua-parser",
"device-parser",
"ua-device"
],
"devDependencies": {
"mocha": ">2.3.4"
},
"author": "Hongbin Du <[email protected]>",
"contributors": [
"Hongbin Du <[email protected]>",
"Jun Zhang <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fex-team/ua-device/issues"
},
"homepage": "https://github.com/fex-team/ua-device"
}