forked from opendatacam/node-moving-things-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 672 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 672 Bytes
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
{
"name": "node-moving-things-tracker",
"version": "0.8.0",
"description": "Tracker by detections in javascript for node.js / browsers",
"url": "https://github.com/tdurand/node-moving-things-tracker",
"main": "main.js",
"bin": {
"node-moving-things-tracker": "main.js"
},
"scripts": {
"test": "jasmine"
},
"author": "@tdurand",
"contributors": [
"Benedikt Groß <b-g> (http://benedikt-gross.de/)",
"Valentin Sawadski <vsaw> (https://github.com/vsaw/)"
],
"license": "MIT",
"dependencies": {
"lodash.isequal": "^4.5.0",
"minimist": "^1.2.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"jasmine": "^3.6.1"
}
}