UNPKG

random-useragent

Version:

Get a random useragent (with an optional filter)

49 lines (48 loc) 1.06 kB
{ "name": "random-useragent", "version": "0.2.0", "description": "Get a random useragent (with an optional filter)", "main": "index.js", "scripts": { "test": "gulp test" }, "author": "skratchdot", "license": "MIT", "bugs": { "url": "https://github.com/skratchdot/random-useragent/issues" }, "homepage": "https://github.com/skratchdot/random-useragent", "repository": { "type": "git", "url": "git://github.com/skratchdot/random-useragent.git" }, "engines": { "node": ">= 0.10.0" }, "dependencies": { "random-seed": "^0.3.0" }, "devDependencies": { "chai": "^3.4.1", "coveralls": "^2.11.4", "gulp": "^3.9.0", "gulp-eslint": "^1.1.1", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "isparta": "^4.0.0", "request": "^2.67.0", "ua-parser-js": "^0.7.9", "xml2js": "^0.4.15" }, "tonicExampleFilename": ".tonic.example.js", "keywords": [ "random", "useragent", "user-agent", "user", "agent", "data", "web", "developer" ] }