-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 756 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
{
"name": "image-cache",
"version": "1.0.1",
"description": "Node JS Image Cache with Base64 Encode",
"main": "image-cache.js",
"scripts": {
"test": "node node_modules/.bin/mocha test/test.js"
},
"keywords": [
"image cache",
"image cache nodejs",
"base64 image cache",
"nodejs image cache",
"node js image cache"
],
"author": "Ryan Aunur Rassyid <ryandevstudio@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "^2.4.1",
"base64-img": "^1.0.3",
"md5": "^2.2.1",
"pako": "^1.0.5",
"underscore": "^1.8.3",
"zlib": "^1.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/nyancodeid/image-cache.git"
},
"devDependencies": {
"mocha": "^3.4.2"
}
}