forked from conwetlab/ngsijs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.31 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
{
"vendor": "CoNWeT",
"name": "ngsijs",
"version": "1.0.3",
"description": "Node JavaScript library for Orion Context Broker",
"main": "./ngsi-node.js",
"repository": {
"type": "git",
"url": "https://github.com/conwetlab/ngsijs"
},
"keywords": [
"context broker",
"fiware",
"FIWARE",
"fiware-orion",
"iot",
"IoT",
"NGSI",
"orion",
"wirecloud"
],
"author": "CoNWeT Lab., Universidad Politecnica de Madrid",
"license": "AGPLv3 with linking exception",
"engines": {
"node": ">= 0.10.11"
},
"bugs": {
"url": "https://github.com/conwetlab/ngsijs/issues"
},
"homepage": "https://github.com/conwetlab/ngsijs",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-jsdoc": "^2.1.0",
"grunt-karma": "^2.0.0",
"gruntify-eslint": "^3.1.0",
"jasmine-core": "^2.5.2",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.2.0",
"moment": "^2.17.1",
"sanitize-html": "^1.14.1"
},
"dependencies": {
"whatwg-url": "^4.5.0"
}
}