-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
74 lines (74 loc) · 1.84 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "manet",
"version": "0.4.23",
"description": "Website screenshot service powered by Node.js, SlimerJS and PhantomJS",
"license": "MIT",
"repository": "vbauer/manet",
"homepage": "https://github.com/vbauer/manet",
"bugs": "https://github.com/vbauer/manet/issues",
"main": "./src/runner.js",
"bin": {
"manet": "./bin/manet"
},
"author": {
"name": "Vladislav Bauer",
"email": "[email protected]",
"url": "https://github.com/vbauer"
},
"keywords": [
"screenshot",
"thumbnail",
"slimerjs",
"slimer",
"phantomjs",
"phantom",
"picture",
"image",
"website",
"screen",
"site",
"page",
"scr",
"service",
"server"
],
"engines": {
"node": ">=8.0.0",
"npm": ">=6.11.3"
},
"scripts": {
"lint": "jshint src test example public/js/app.js",
"test": "mocha --exit",
"start": "./bin/manet"
},
"dependencies": {
"body-parser": "^1.19.0",
"cloud-env": "^0.2.3",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"joi": "^14.3.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"nconf": "^0.10.0",
"nocache": "^2.1.0",
"npm": "^6.4.1",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"qs": "^6.5.2",
"request": "^2.88.0",
"squirrel": "^1.0.0",
"url-pattern": "^1.0.3",
"winston": "^2.3.1"
},
"pluginDependencies": {
"imagemin": "^3.2.2",
"imagemin-gifsicle": "^4.2.0",
"imagemin-jpegtran": "^4.3.1",
"imagemin-optipng": "^4.3.0",
"imagemin-svgo": "^4.1.2"
},
"devDependencies": {
"jshint": "^2.10.2",
"mocha": "^6.2.0"
}
}