{ "vendor": "Ficodes", "name": "ngsijs", "version": "1.5.0-rc.0", "description": "JavaScript library for the FIWARE Context Broker services (web browsers & Node.js)", "main": "./ngsi-node.js", "repository": { "type": "git", "url": "https://github.com/Ficodes/ngsijs" }, "scripts": { "test": "./node_modules/istanbul/lib/cli.js cover -- ./node_modules/jasmine/bin/jasmine.js --config=jasmine.json" }, "keywords": [ "context broker", "fiware", "FIWARE", "fiware-orion", "iot", "IoT", "NGSI", "NGSIv2", "NGSI-LD", "orion", "wirecloud" ], "author": { "name": "Ãlvaro Arranz", "email": "[email protected]", "url": "https://www.ficodes.com" }, "license": "AGPLv3 with linking exception", "engines": { "node": ">= 0.10.11" }, "bugs": { "url": "https://github.com/Ficodes/ngsijs/issues" }, "homepage": "https://github.com/Ficodes/ngsijs", "devDependencies": { "grunt": "^1.0.4", "grunt-bump": "^0.8.0", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-jsdoc": "^2.4.0", "grunt-karma": "^3.0.2", "grunt-terser": "^1.0.0", "gruntify-eslint": "^5.0.0", "istanbul": "^0.4.5", "jasmine": "^3.5.0", "jasmine-core": "^2.5.2", "karma": "^6.3.4", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.2", "karma-firefox-launcher": "^1.2.0", "karma-jasmine": "^1.0.2", "karma-junit-reporter": "^1.2.0", "moment": "^2.24.0", "sanitize-html": "^2.4.0" }, "dependencies": { "whatwg-url": "^11.0.0" } }