forked from nikolajbech/underwater-image-color-correction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 726 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
{
"name": "underwater-image-color-correction",
"version": "1.0.3",
"description": "Underwater image color correction algorithm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikolajbech/underwater-image-color-correction.git"
},
"keywords": [
"underwater",
"color",
"correction"
],
"author": "Nikolaj Bech Andersen",
"license": "GPL-3.0",
"engines": {
"node": ">=4.2.4"
},
"bugs": {
"url": "https://github.com/nikolajbech/underwater-image-color-correction/issues"
},
"homepage": "https://github.com/nikolajbech/underwater-image-color-correction#readme"
}