snifferjs
Version:
Browser/engine/os/device detection tool
35 lines (34 loc) • 840 B
JSON
{
"name": "snifferjs",
"version": "4.1.0",
"description": "Browser/engine/os/device detection tool",
"keywords": [
"sniffer",
"sniff"
],
"license": "MIT",
"homepage": "https://github.com/wilddeer/Sniffer",
"repository": {
"type": "git",
"url": "https://github.com/wilddeer/Sniffer.git"
},
"author": {
"name": "Oleg Korsunsky",
"email": "wd@dizaina.net",
"url": "http://wd.dizaina.net/"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-wrap": "^0.3.1",
"mocha": "^6.2.0"
},
"scripts": {
"test": "mocha"
},
"main": "dist/sniffer.module.js"
}