forked from telefonicaid/iotagent-node-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.89 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "iotagent-node-lib",
"description": "IoT Agent library to interface with NGSI Context Broker",
"version": "2.7.0-next",
"homepage": "https://github.com/telefonicaid/iotagent-node-lib",
"keywords": [
"fiware",
"iotagent",
"ngsi",
"context broker"
],
"author": {
"name": "Daniel Moran",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/telefonicaid/iotagent-node-lib.git"
},
"bugs": {
"url": "https://github.com/telefonicaid/iotagent-node-lib/issues"
},
"bin": {
"agentConsole": "bin/agentConsole.js",
"iotAgentTester": "bin/iotAgentTester.js"
},
"main": "lib/fiware-iotagent-lib",
"engines": {
"node": ">=4.8.4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "1.5.2",
"body-parser": "^1.11.0",
"command-shell-lib": "1.0.0",
"express": "^4.11.2",
"jison": "0.4.17",
"logops": "1.0.0",
"moment": "^2.19.4",
"mongoose": "4.13.12",
"mu2": "^0.5.20",
"mustache": "2.2.1",
"node-uuid": "^1.4.1",
"request": "2.39.0 - 2.81.0",
"revalidator": "^0.3.1",
"sax": "^0.6.0",
"underscore": "^1.7.0",
"xmldom": "0.1.19",
"mongodb": "2.2.35",
"query-string": "4.3.4"
},
"devDependencies": {
"chai": "3.5.0",
"closure-linter-wrapper": "1.0.1",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-dox": "0.5.0",
"grunt-exec": "0.4.6",
"grunt-githooks": "0.5.0",
"grunt-github-pages": "0.0.4",
"grunt-gjslint": "0.2.1",
"grunt-mkdir": "0.1.2",
"grunt-mocha-test": "0.12.7",
"grunt-plato": "^1.3.0",
"istanbul": "~0.1.34",
"mocha": "2.4.5",
"nock": "10.0.0",
"should": "8.4.0",
"sinon": "1.17.4",
"sinon-chai": "2.8.0",
"timekeeper": "0.0.5"
}
}