forked from conwetlab/ngsijs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"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": "aarranz@ficodes.com",
"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"
}
}