-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
{
"name": "iiif-node",
"version": "1.0.0",
"description": "IIIF Server Based on NodeJS",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Fabio \"MrWHO\" Torchetti",
"repository": "https://github.com/Wedjaa/iiif-node",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^2.9.25",
"body-parser": "^1.12.3",
"bytes": "^2.2.0",
"connect-flash": "^0.1.1",
"content-type": "^1.0.1",
"cookie": "^0.2.3",
"cookie-parser": "^1.3.4",
"cookie-signature": "^1.0.6",
"crc": "^3.3.0",
"debug": "^2.2.0",
"depd": "^1.1.0",
"elasticsearch": "^4.0.2",
"express": "^4.12.3",
"express-session": "^1.11.2",
"express-winston": "^0.3.0",
"http-errors": "^1.3.1",
"iconv-lite": "^0.4.13",
"imagemagick-native": "https://github.com/elad/node-imagemagick-native.git#master",
"on-finished": "^2.3.0",
"on-headers": "^1.0.1",
"parseurl": "^1.3.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"raw-body": "^2.1.5",
"sharp": "^0.12.0",
"type-is": "^1.6.10",
"uid-safe": "^2.0.0",
"utils-merge": "^1.0.0",
"winston": "^1.0.0"
}
}