-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "circle-image",
"version": "1.0.42",
"description": "A promise-based library for circular cropping images. This package can create several sizes of the same image and save them to disk. Using any method of your choice, you could upload the files to S3 after processing is complete.",
"main": "index.js",
"scripts": {
"test": "mocha test/",
"ci-test": "mocha -R tap test/ > test.tap",
"ci-lint": "eslint -f checkstyle index.js > checkstyle-result.xml"
},
"keywords": [
"circular",
"image",
"cropping",
"image",
"cropping",
"s3",
"imagemagick",
"email"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eenewbsauce/circle-image"
},
"bugs": {
"url": "https://github.com/eenewbsauce/circle-image/issues"
},
"author": "Ryan Tracey (eenewbsauce)",
"license": "ISC",
"dependencies": {
"async": "^1.3.0",
"easyimage": "^2.0.3",
"install": "^0.1.8",
"npm": "^2.12.0",
"q": "^1.4.1",
"sprintf-js": "^1.0.2"
},
"devDependencies": {
"eslint": "^1.6.0",
"istanbul": "^0.3.22",
"mocha": "^2.3.3",
"should": "^7.1.0"
}
}