forked from vbauer/manet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (67 loc) · 1.65 KB
/
package.json
File metadata and controls
76 lines (67 loc) · 1.65 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
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
75
76
{
"name": "manet",
"version": "0.3.5",
"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/manet.js",
"bin": {
"manet": "./bin/manet"
},
"author": {
"name": "Vladislav Bauer",
"email": "bauer.vlad@gmail.com",
"url": "https://github.com/vbauer"
},
"keywords": [
"screenshot",
"thumbnail",
"slimerjs",
"slimer",
"phantomjs",
"phantom",
"picture",
"image",
"website",
"screen",
"site",
"page",
"scr",
"service",
"server"
],
"engines": {
"node": ">=0.10.0",
"npm": ">=1.4.0"
},
"scripts": {
"lint": "jshint src test example public/js/app.js",
"test": "mocha"
},
"dependencies": {
"express": "^4.10.7",
"request": "^2.51.0",
"body-parser": "^1.10.1",
"helmet": "^0.6.0",
"fs-extra": "^0.16.3",
"exec": "^0.2.0",
"nconf": "^0.7.1",
"joi": "^5.1.0",
"qs": "^2.3.3",
"lodash": "^3.0.0",
"winston": "^0.9.0",
"imagemin": "^3.1.0",
"imagemin-gifsicle": "^4.0.0",
"imagemin-jpegtran": "^4.0.0",
"imagemin-optipng": "^4.0.0",
"imagemin-svgo": "^4.0.0",
"node-uuid": "^1.4.3"
},
"devDependencies": {
"jshint": "^2.5.11",
"mocha": "^2.1.0",
"w3cjs": "^0.1.25"
}
}