forked from gentooboontoo/js-quantities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 KB
/
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
43
44
45
{
"name": "js-quantities",
"main": "./build/quantities.js",
"readmeFilename": "README.md",
"description": "JavaScript library for quantity calculation and unit conversion",
"version": "1.7.4",
"homepage": "http://gentooboontoo.github.io/js-quantities/",
"repository": {
"type": "git",
"url": "https://github.com/gentooboontoo/js-quantities.git"
},
"keywords": [
"conversion",
"convert",
"imperial",
"measure",
"measurement",
"metric",
"parse",
"parser",
"physical",
"quantity",
"quantities",
"temperature",
"unit",
"units"
],
"author": "Julien Sanchez <[email protected]>",
"contributors": [
"Julien Sanchez <[email protected]>",
"Rage Shadowman <[email protected]>"
],
"license": "MIT",
"scripts": {
"test": "jasmine-node spec/"
},
"bugs": {
"url": "https://github.com/gentooboontoo/js-quantities/issues"
},
"devDependencies": {
"eslint": "^6.3.0",
"jasmine": "3.x",
"rollup": "~0.57"
}
}