forked from kevinGodell/pam-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 847 Bytes
/
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
{
"name": "pam-diff",
"version": "0.10.2",
"description": "Measure differences between pixel arrays extracted from pam images",
"main": "index.js",
"scripts": {
"test": "node tests/test.js && node tests/test2.js && node tests/test3.js",
"preversion": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinGodell/pam-diff.git"
},
"keywords": [
"ffmpeg",
"pam",
"pixels",
"pixel",
"difference",
"motion",
"detection",
"region"
],
"author": "Kevin Godell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinGodell/pam-diff/issues"
},
"homepage": "https://github.com/kevinGodell/pam-diff#readme",
"dependencies": {
"polygon-points": "^0.5.0"
},
"devDependencies": {
"pipe2pam": "^0.6.2"
}
}