-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 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
37
{
"name": "toonify",
"version": "1.0.0",
"description": "Transform your image applying a cartoon style, using the rest api of deepai.org",
"main": "./src/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luiscruzga/Toonify.git"
},
"keywords": [
"toonify",
"cartoon",
"photo2cartoon",
"deepai",
"photo",
"image",
"transform"
],
"author": "Luis Cruz",
"license": "ISC",
"bugs": {
"url": "https://github.com/luiscruzga/Toonify/issues"
},
"homepage": "https://github.com/luiscruzga/Toonify#readme",
"dependencies": {
"deepai": "^1.0.16",
"fs": "0.0.1-security",
"node-base64-image": "^2.0.1",
"path": "^0.12.7"
}
}