forked from telefonicaid/lwm2m-node-lib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 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
{
"name": "lwm2m-node-lib",
"description": "Library for developing servers and client of OMA Lightweight M2M",
"version": "1.0.0",
"homepage": "https://github.com/telefonicaid/lwm2m-node-lib",
"author": {
"name": "Daniel Moran",
"email": "daniel.moranjimenez@telefonica.com"
},
"repository": {
"type": "git",
"url": "git://github.com/telefonicaid/lwm2m-node-lib"
},
"bugs": {
"url": "https://github.com/telefonicaid/lwm2m-node-lib/issues"
},
"main": "lib/lwm2m-node-lib",
"engines": {
"node": ">=0.10.8"
},
"scripts": {
"test": "grunt"
},
"bin": {
"iotagent-lwm2m-client": "bin/iotagent-lwm2m-client.js",
"iotagent-lwm2m-server": "bin/iotagent-lwm2m-server.js"
},
"dependencies": {
"async": "1.5.2",
"coap": "^0.21.0",
"coap-cli": "*",
"command-node": "0.1.1",
"logops": "0.5.0",
"mongodb": "2.1.7",
"mongoose": "4.4.3",
"mongoose-auto-increment": "5.0.1",
"underscore": "1.7.0"
},
"devDependencies": {
"grunt": "0.4.5",
"closure-linter-wrapper": "1.0.1",
"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",
"mocha": "2.4.5",
"should": "8.2.2",
"chai": "~1.8.0",
"sinon": "~1.7.3",
"istanbul": "~0.1.34",
"sinon-chai": "2.4.0",
"proxyquire": "0.5.1"
},
"keywords": []
}