source: trip-planner-front/node_modules/image-size/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 913 bytes
Line 
1{
2 "name": "image-size",
3 "version": "0.5.5",
4 "description": "get dimensions of any image file",
5 "main": "lib/index.js",
6 "files": [
7 "bin",
8 "lib"
9 ],
10 "engines": {
11 "node": ">=0.10.0"
12 },
13 "bin": {
14 "image-size": "bin/image-size.js"
15 },
16 "scripts": {
17 "pretest": "jshint",
18 "test": "mocha specs",
19 "coverage": "istanbul cover _mocha specs"
20 },
21 "repository": "image-size/image-size",
22 "keywords": [
23 "image",
24 "size",
25 "dimensions",
26 "resolution",
27 "width",
28 "height",
29 "png",
30 "jpeg",
31 "bmp",
32 "gif",
33 "psd",
34 "tiff",
35 "webp",
36 "svg"
37 ],
38 "author": "netroy <aditya@netroy.in> (http://netroy.in/)",
39 "license": "MIT",
40 "devDependencies": {
41 "escomplex-js": "^1.2.0",
42 "expect.js": "^0.3.1",
43 "glob": "^7.1.1",
44 "istanbul": "^1.1.0-alpha.1",
45 "jshint": "^2.9.4",
46 "mocha": "^3.4.1",
47 "sinon": "^2.2.0"
48 }
49}
Note: See TracBrowser for help on using the repository browser.