forked from madhums/node-imager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1019 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1019 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
36
37
38
39
40
41
42
43
44
45
{
"author": "Madhusudhan Srinivasa <me@madhums.me> (http://madhums.me/)",
"name": "imager",
"description": "Easy way to resize, crop and upload images to Rackspace cloudfiles and Amazon S3",
"version": "0.4.0",
"keywords": [
"upload",
"image",
"graphicsmagick",
"imagemagick",
"rackspace",
"cloudfiles",
"resize",
"file",
"crop",
"amazon",
"s3"
],
"homepage": "https://github.com/madhums/node-imager",
"repository": {
"type": "git",
"url": "git://github.com/madhums/node-imager.git"
},
"main": "index",
"engines": {
"node": ">= 0.10.x"
},
"dependencies": {
"async": "0.9.0",
"gm": "1.16.0",
"knox": "0.9.1",
"lodash": "2.4.1",
"mime": "1.2.11",
"pkgcloud": "0.9.6"
},
"devDependencies": {
"mocha": "1.21.4",
"should": "4.0.4",
"express": "3.x",
"superagent": "0.18.2"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --timeout 50000 --reporter spec test/test.js"
}
}