-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 950 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
{
"name": "calipers-png",
"version": "3.0.0",
"description": "PNG plugin for calipers.",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=test nyc mocha -- test --recursive --timeout 15000",
"enforce": "nyc check-coverage --statement 100 --branch 100 --function 100 --lines 100",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "https://github.com/calipersjs/calipers-png.git"
},
"keywords": [
"image",
"size",
"png"
],
"author": "Marcus Gartner",
"license": "MIT",
"bugs": {
"url": "https://github.com/calipersjs/calipers/issues"
},
"homepage": "https://github.com/calipersjs/calipers-png",
"devDependencies": {
"chai": "2.x.x",
"eslint": "7.11.0",
"eslint-config-lob": "5.2.0",
"nyc": "15.1.0",
"mocha": "10.0.0",
"mocha-lcov-reporter": "0.x.x"
},
"peerDependencies": {
"calipers": "2.x.x"
}
}