-
Notifications
You must be signed in to change notification settings - Fork 449
/
package.json
41 lines (41 loc) · 965 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
38
39
40
41
{
"name": "uap-core",
"description": "The regex file necessary to build language ports of Browserscope's user agent parser.",
"version": "0.18.0",
"maintainers": [
{
"name": "Tobie Langel",
"email": "[email protected]",
"web": "http://tobielangel.com"
},
{
"name": "Lindsey Simon",
"email": "[email protected]",
"web": "http://www.idreamofuni.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/ua-parser/uap-core.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://raw.github.com/ua-parser/uap-core/master/LICENSE"
}
],
"devDependencies": {
"mocha": "^10.2.0",
"safe-regex": "^2.1.1",
"uap-ref-impl": "git+https://github.com/ua-parser/uap-ref-impl#master",
"yamlparser": "^0.0.2"
},
"scripts": {
"test": "mocha ./tests"
},
"mocha": {
"ui": "tdd",
"reporter": "min",
"check-leaks": true
}
}