forked from ua-parser/uap-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 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": "uap-core",
"description": "The regex file necessary to build language ports of Browserscope's user agent parser.",
"version": "0.6.7",
"maintainers": [
{
"name": "Tobie Langel",
"email": "tobie.langel@gmail.com",
"web": "http://tobielangel.com"
},
{
"name": "Lindsey Simon",
"email": "lsimon@commoner.com",
"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": "*",
"safe-regex": "^2.0.1",
"uap-ref-impl": "git+https://github.com/ua-parser/uap-ref-impl#master",
"yamlparser": ">=0.0.2"
},
"scripts": {
"test": "mocha --opts ./tests/mocha.opts ./tests"
}
}