forked from ua-parser/uap-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 817 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
{
"name": "uap-core",
"description": "The regex file necessary to build language ports of Browserscope's user agent parser.",
"version": "0.5.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": {
"yamlparser": ">=0.0.2",
"mocha": "*",
"uap-ref-impl": "*"
},
"scripts": {
"test": "mocha -u tdd -R min ./tests/test.js"
}
}