forked from classdojo/photo-collage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 894 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
{
"name": "photo-collage-prebuild-canvas",
"version": "1.1.1",
"description": "Turns an array of images into a photo collage",
"main": "index.js",
"scripts": {
"test": "mocha test.js --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/natget21/photo-collage.git"
},
"keywords": [
"photo",
"image",
"mosaic",
"collage",
"canvas",
"tile"
],
"author": "Natnael Getachew <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/natget21/photo-collage/issues"
},
"homepage": "https://github.com/natget21/photo-collage#readme",
"dependencies": {
"bluebird": "^3.3.5",
"canvas-prebuilt": "^2.0.0-alpha.14",
"request": "^2.88.0"
},
"devDependencies": {
"buffer-equal": "^1.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"mocha": "^2.4.5"
}
}