1 | {
|
2 | "name": "convert-units",
|
3 | "version": "2.3.4",
|
4 | "description": "Convert between quantities in different units",
|
5 | "main": "lib",
|
6 | "dependencies": {
|
7 | "lodash.keys": "2.3.x",
|
8 | "lodash.foreach": "2.3.x"
|
9 | },
|
10 | "devDependencies": {
|
11 | "assert-diff": "^1.1.0",
|
12 | "jake": "8.0.12"
|
13 | },
|
14 | "scripts": {
|
15 | "test": "jake test --trace"
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "git://github.com/ben-ng/convert-units.git"
|
20 | },
|
21 | "keywords": [
|
22 | "metric",
|
23 | "imperial",
|
24 | "convert",
|
25 | "ratio",
|
26 | "fraction"
|
27 | ],
|
28 | "author": "Ben Ng <me@benng.me> (http://benng.me)",
|
29 | "license": "MIT"
|
30 | }
|