-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 932 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": "another-dimension",
"version": "0.4.9",
"description": "A lightweight library for converting units of length",
"main": "./another-dimension.js",
"exports": "./another-dimension.js",
"scripts": {
"test": "mocha test.js test.mjs",
"test-debug": "mocha --inspect-brk test.js test.mjs",
"coverage": "c8 npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/floledermann/another-dimension.git"
},
"keywords": [
"length",
"unit",
"units",
"conversion",
"convert",
"imperial",
"metric",
"pixels",
"vision",
"ppi",
"dpi"
],
"author": "Florian Ledermann <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/floledermann/another-dimension/issues"
},
"homepage": "https://github.com/floledermann/another-dimension#readme",
"devDependencies": {
"mocha": "^8.3.1"
}
}