device-manager
Version:
Detect information about a user's current device
35 lines (34 loc) • 733 B
JSON
{
"name": "device-manager",
"version": "1.1.1",
"description": "Detect information about a user's current device",
"repository": {
"type": "git",
"url": "https://github.com/mkay581/device-manager.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"author": {
"name": "Mark Kennedy",
"url": "http://heyimmark.com"
},
"keywords": [
"device manager",
"device detection"
],
"main": "src/device-manager.js",
"devDependencies": {
"build-tools": "^1.3.2",
"grunt": "^0.4.5",
"load-grunt-tasks": "^3.1.0",
"sinon": "^1.14.1"
},
"scripts": {
"test": "grunt bt:test"
},
"dependencies": {
"listen-js": "^1.0.1"
}
}