useragent.js
Version:
A simple project that allows you to display details about a computer's operating system or web browser with a user-agent.
44 lines (43 loc) • 1.31 kB
JSON
{
"name": "useragent.js",
"version": "0.5.7",
"description": "A simple project that allows you to display details about a computer's operating system or web browser with a user-agent.",
"main": "index.js",
"scripts": {
"test": "nodeunit test",
"coveralls": "jscoverage lib && UAJS_COV=1 nodeunit --reporter=lcov test | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/zsxsoft/useragent.js.git"
},
"keywords": [
"UserAgent"
],
"author": "zsx <zsx@zsxsoft.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zsxsoft/useragent.js/issues"
},
"devDependencies": {
"coveralls": "^2.11.14",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"grunt": "~1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-eslint": "^20.2.0",
"grunt-text-replace": "^0.4.0",
"jscoverage": "^0.6.0",
"nodeunit": "^0.10.2"
},
"homepage": "https://github.com/zsxsoft/useragent.js",
"dependencies": {}
}