-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 817 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
{
"name": "imagist",
"version": "1.1.11",
"description": "On-the-fly image optimization & manipulation middleware.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"dependencies": {
"color": "^3.1.3",
"machinepack-http": "^7.0.3",
"sharp": "^0.23.4",
"stream-mmmagic": "^2.2.0",
"validator": "^11.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^24.9.0"
},
"keywords": [
"sharp",
"express",
"on-the-fly",
"image processing",
"image manipulation"
],
"author": "Riteable",
"license": "ISC"
}