-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 872 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
39
{
"name": "browser-image-size",
"version": "1.1.0",
"description": "Get image size in the browser",
"main": "lib/index.js",
"scripts": {
"test": "zuul test/index.js"
},
"repository": {
"type": "git",
"url": "[email protected]:cesarandreu/browser-image-size.git"
},
"keywords": [
"browser",
"browserify",
"image",
"size",
"webpack"
],
"author": {
"name": "Cesar Andreu",
"email": "[email protected]",
"url": "https://github.com/cesarandreu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cesarandreu/browser-image-size/issues"
},
"homepage": "https://github.com/cesarandreu/browser-image-size",
"devDependencies": {
"browserify": "^9.0.8",
"promise-polyfill": "^2.0.2",
"tape": "^4.0.0",
"zuul": "^2.1.1"
},
"dependencies": {
"object-url": "^1.0.0"
}
}