-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.1 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
{
"name": "@codait/magicat",
"version": "0.3.0",
"description": "Deep learning magic... with the convenience of cat!",
"main": "magicat.js",
"bin": {
"magicat": "magicat.js"
},
"files": [
"magicat.js",
"lib/"
],
"scripts": {
"test": "standard && echo \"Only code linting currently being run\""
},
"contributors": [
"Nick Kasten (https://github.com/kastentx)",
"va barbosa (https://github.com/vabarbosa/)"
],
"license": "Apache-2.0",
"keywords": [
"image segmenter",
"model asset exchange",
"max",
"tensorflow.js",
"tfjs",
"machine learning",
"deep learning",
"command-line",
"computer vision"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CODAIT/magicat.git"
},
"bugs": {
"url": "https://github.com/CODAIT/magicat/issues"
},
"homepage": "https://github.com/CODAIT/magicat#readme",
"dependencies": {
"@codait/max-image-segmenter": "^0.3.0",
"@codait/max-vis": "^0.3.0",
"commander": "^6.0.0",
"terminal-image": "^1.2.0"
},
"devDependencies": {
"standard": "^14.3.4"
}
}