You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
281 B
18 lines
281 B
2 years ago
|
{
|
||
|
"name": "ua-parser-js",
|
||
|
"version": "1.0.2",
|
||
|
"authors": [
|
||
|
"Faisal Salman <f@faisalman.com>"
|
||
|
],
|
||
|
"private": false,
|
||
|
"main": "src/ua-parser.js",
|
||
|
"ignore": [
|
||
|
"build",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {}
|
||
|
}
|