-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1004 Bytes
/
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
{
"name": "thumbbot",
"version": "0.4.1",
"description": "Thumbnails for video, images and web pages.",
"keywords": [
"thumb",
"thumbnail",
"video",
"image",
"imagemagick",
"magick",
"ffmpeg",
"phantom",
"phantomjs",
"resize",
"crop",
"co-image",
"co-thumbnail",
"co-video",
"co",
"es6"
],
"author": "Vadim Demedes <vdemedes@gmail.com>",
"main": "./index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --harmony test/test.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vdemedes/thumbbot"
},
"bugs": {
"url": "https://github.com/vdemedes/thumbbot/issues"
},
"engines": {
"node": ">= 0.11.x"
},
"dependencies": {
"co-exec": "^1.1.0",
"co-request": "^0.2.0",
"magician": "^0.2.0"
},
"devDependencies": {
"6to5": "^2.7.2",
"chai": "^1.10.0",
"co": "^4.0.0",
"mocha": "^2.0.1",
"mocha-generators": "^1.0.0"
}
}