-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.37 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
{
"name": "real-time-asset-tracking-template",
"version": "2.0.0",
"description": "Real-time asset tracking template for ClearBlade Platform",
"main": "index.js",
"scripts": {
"buildGraph": "mmdc -i graph.mmd -o graph.png -w 1024 -H 768",
"jsdoc": "jsdoc2md code/*/*/*.js --heading-depth=3 > jsdoc.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rreinold/real-time-asset-tracking-template.git"
},
"asset_types": [
"System",
"Portals",
"Code Services",
"Code Libraries",
"Triggers",
"Collections"
],
"keywords": [
"position",
"tracking",
"gps",
"real",
"time",
"asset",
"tracking",
"clearblade",
"platform",
"rules",
"latitude",
"longitude",
"geo",
"3d",
"map",
"floorplan",
"visualization"
],
"protocols": [
"mqtt"
],
"domains": [
"Asset Tracking"
],
"author": {
"email": "rob@clearblade.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rreinold/real-time-asset-tracking-template/issues"
},
"image_url": "https://raw.githubusercontent.com/rreinold/real-time-asset-tracking-template/master/banner.png",
"homepage": "https://github.com/rreinold/real-time-asset-tracking-template#readme",
"dependencies": {},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"mermaid.cli": "^0.4.6"
}
}