@oddbit/unifi
Version:
Unifi API client library
42 lines (41 loc) • 1 kB
JSON
{
"name": "@oddbit/unifi",
"version": "2.0.1",
"description": "Unifi API client library",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"watch": "tsc -w -p .",
"build": "tsc -p .",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oddbit/unifi-js.git"
},
"keywords": [
"UBNT",
"UniFi",
"Guest portal",
"Hotspot",
"Wifi"
],
"author": "Dennis Alund <dennis.alund@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oddbit/unifi-js/issues"
},
"homepage": "https://github.com/oddbit/unifi-js#readme",
"devDependencies": {
"@types/request-promise": "^4.1.38",
"@types/set-cookie-parser": "0.0.2",
"@types/tough-cookie": "^2.3.1",
"typescript": "^2.5.3"
},
"dependencies": {
"request": "^2.82.0",
"request-promise": "^4.2.2",
"set-cookie-parser": "^2.0.0",
"tough-cookie": "^2.3.3"
}
}