mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
npm revised package.json
This commit is contained in:
parent
9bc93dc058
commit
a84fb2f93a
27
package.json
27
package.json
@ -2,11 +2,7 @@
|
|||||||
"title": "UA-Parser.js",
|
"title": "UA-Parser.js",
|
||||||
"name": "ua-parser-js",
|
"name": "ua-parser-js",
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"author" : {
|
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
|
||||||
"name" : "Faisal Salman",
|
|
||||||
"email" : "fyzlman@gmail.com",
|
|
||||||
"url" : "http://faisalman.com"
|
|
||||||
},
|
|
||||||
"description": "Lightweight JavaScript-based user-agent parser",
|
"description": "Lightweight JavaScript-based user-agent parser",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"user-agent",
|
"user-agent",
|
||||||
@ -16,14 +12,11 @@
|
|||||||
"os",
|
"os",
|
||||||
"device"
|
"device"
|
||||||
],
|
],
|
||||||
"homepage" : "http://faisalman.github.com/ua-parser-js",
|
"homepage": "http://github.com/faisalman/ua-parser-js",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
"Faisal Salman <fyzlman@gmail.com>"
|
||||||
"name" : "Faisal Salman",
|
|
||||||
"email" : "fyzlman@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"main" : "ua-parser.js",
|
"main": "ua-parser",
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -39,5 +32,15 @@
|
|||||||
"type": "MIT",
|
"type": "MIT",
|
||||||
"url": "http://www.opensource.org/licenses/mit-license.php"
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": "*"
|
||||||
|
},
|
||||||
|
"directories": {
|
||||||
|
"lib": "."
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"repository": "git://github.com/faisalman/ua-parser-js.git"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user