-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "magic-erase",
"version": "0.0.2",
"description": "Clear blurry background in small close-focused images",
"main": "magicErase.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "standard && webpack-dev-server --content-base ./examples/app --config ./examples/bin/webpack.config.js",
"prepack": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/rosesonfire/magic-erase.git"
},
"bugs": {
"url": "https://github.com/rosesonfire/magic-erase/issues"
},
"keywords": [
"magic-wand",
"object-detection",
"close-up-image",
"close-focussed-image",
"blurred-background",
"image-processing",
"computer-vision",
"image-detection",
"object-isolation",
"image-editting"
],
"author": "rosesonfire",
"license": "MIT",
"homepage": "https://github.com/rosesonfire/magic-erase",
"dependencies": {
"base64-stream": "^0.1.3",
"get-pixels": "^3.3.0",
"ndarray": "^1.0.18",
"save-pixels": "^2.3.4",
"stream-to-string": "^1.1.0"
},
"devDependencies": {
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"standard": "^10.0.3",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}