mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "ua-parser-js",
|
|
"version": "0.6.3-ktb",
|
|
"authors": [
|
|
"Faisal Salman <fyzlman@gmail.com>"
|
|
],
|
|
"private": false,
|
|
"main": "src/ua-parser.js",
|
|
"ignore": [
|
|
"build",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"contributors": [
|
|
"Faisal Salman <fyzlman@gmail.com>",
|
|
"Christopher De Cairos <chris.decairos@gmail.com>",
|
|
"John Tantalo <john.tantalo@gmail.com>",
|
|
"Jon Buckley <jon@jbuckley.ca>",
|
|
"Lee Treveil <leetreveil@gmail.com>"
|
|
],
|
|
"dependencies": {
|
|
|
|
}
|
|
}
|