mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Add package.json
This commit is contained in:
parent
55b697fd56
commit
675b60ebe1
40
package.json
Normal file
40
package.json
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"title" : "UA-Parser.js",
|
||||||
|
"name" : "ua-parser-js",
|
||||||
|
"version" : "0.1.0",
|
||||||
|
"author" : {
|
||||||
|
"name" : "Faisal Salman",
|
||||||
|
"email" : "fyzlman@gmail.com",
|
||||||
|
"url" : "http://faisalman.com"
|
||||||
|
},
|
||||||
|
"description" : "a simple user-agent string parser",
|
||||||
|
"keywords" : [
|
||||||
|
"user-agent",
|
||||||
|
"parser",
|
||||||
|
"browser"
|
||||||
|
],
|
||||||
|
"homepage" : "https://faisalman.github.com/ua-parser-js",
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name" : "Faisal Salman",
|
||||||
|
"email" : "fyzlman@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"main" : "ua-parser.js",
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/faisalman/ua-parser-js.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"licenses" : [
|
||||||
|
{
|
||||||
|
"type" : "GPLv2",
|
||||||
|
"url" : "http://www.gnu.org/licenses/gpl-2.0.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type" : "MIT",
|
||||||
|
"url" : "http://www.opensource.org/licenses/mit-license.php"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user