-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 880 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 880 Bytes
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
{
"name": "editpix",
"version": "1.0.2",
"description": "Simple JavaScript library for image editing.",
"main": "src/editpix.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studio-YOLO/editpix.git"
},
"keywords": [
"image",
"editing",
"image editing",
"color adjustment",
"image adjustment",
"image resizing",
"colorspace transformation",
"library",
"canvas",
"photo",
"picture"
],
"author": "Studio YOLO",
"license": "MIT",
"bugs": {
"url": "https://github.com/studio-YOLO/editpix/issues"
},
"homepage": "https://studio-yolo.github.io/editpix-doc/",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.9.0",
"jest": "^29.7.0"
}
}