forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.62 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.62 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "image-size",
"version": "0.3.5",
"description": "get dimensions of any image file",
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"bin": {
"image-size": "./bin/image-size"
},
"scripts": {
"test": "make"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/netroy/image-size.git"
},
"keywords": [
"image",
"size",
"dimensions",
"resolution",
"width",
"height",
"png",
"jpeg",
"bmp",
"gif",
"psd",
"tiff",
"webp",
"svg"
],
"author": {
"name": "netroy",
"email": "aditya@netroy.in",
"url": "http://netroy.in/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/netroy/image-size/issues"
},
"devDependencies": {
"escomplex-js": "~0.1.4",
"expect.js": "~0.3.1",
"glob": "~4.0.6",
"jshint": "~2.5.6",
"mocha": "~1.21.5",
"sinon": "~1.10.3"
},
"gitHead": "ccef69913f1cac2cb88c5f6309d70a37cf097658",
"homepage": "https://github.com/netroy/image-size",
"_id": "image-size@0.3.5",
"_shasum": "83240eab2fb5b00b04aab8c74b0471e9cba7ad8c",
"_from": "image-size@*",
"_npmVersion": "2.0.0",
"_npmUser": {
"name": "netroy",
"email": "aditya@netroy.in"
},
"maintainers": [
{
"name": "netroy",
"email": "aditya@netroy.in"
}
],
"dist": {
"shasum": "83240eab2fb5b00b04aab8c74b0471e9cba7ad8c",
"tarball": "http://registry.npmjs.org/image-size/-/image-size-0.3.5.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/image-size/-/image-size-0.3.5.tgz",
"readme": "ERROR: No README data found!"
}