-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 999 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
40
41
42
{
"name": "img-stats",
"description": "Grabs stats of the image you feed it",
"version": "0.5.2",
"homepage": "https://github.com/jefflembeck/img-stats",
"author": "Jeffrey Lembeck <[email protected]> (http://www.jefflembeck.com)",
"repository": {
"type": "git",
"url": "git://github.com/jefflembeck/img-stats.git"
},
"bugs": {
"url": "https://github.com/jefflembeck/img-stats/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jefflembeck/img-stats/blob/master/LICENSE-MIT"
}
],
"main": "lib/img-stats",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "tap test/*_test.js",
"lint": "standard --fix"
},
"dependencies": {
"xmldom": "^0.1.19"
},
"devDependencies": {
"standard": "^16.0.3",
"tap": "^15.0.9"
},
"keywords": [],
"gitHead": "6bf352f33430c8ba7120e90bed36db91dee9dc00",
"readmeFilename": "README.md",
"directories": {
"test": "test"
},
"license": "MIT"
}