-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.12 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
{
"name": "creator-js-client",
"version": "2.0.2",
"description": "JS client library for creator device server.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"iot",
"lwm2m",
"creator",
"rest",
"client",
"hateoas",
"internet of things",
"coap",
"creatordev",
"imagination"
],
"repository": {
"type": "git",
"url": "https://github.com/CreatorDev/creator-js-client"
},
"bugs": {
"url": "https://github.com/CreatorDev/creator-js-client/issues"
},
"homepage": "https://github.com/CreatorDev/creator-js-client",
"author": "Imagination Technologies",
"license": "MIT",
"contributors": [
{
"name": "Murat Ereksel",
"url": "http://creatordev.io"
}
],
"dependencies": {
"asyncawait": "^1.0.6",
"node-cache": "^4.1.0",
"promise": "^7.1.1",
"q": "0.9.7",
"request": "2.74.x",
"request-promise": "^4.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-dco": "0.0.3",
"jshint": "^2.9.4",
"mocha": "^3.1.2"
}
}