A extensible unit conversion library for Node.JS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

34 lines
758 B

{
"name": "node-units",
"version": "0.1.5",
"description": "Node.JS unit conversion library with customizable units",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/brettlangdon/node-units.git"
},
"keywords": [
"unit",
"units",
"conversion",
"unit",
"conversion"
],
"author": "Brett Langdon <brett@blangdon.com> (www.brett.is)",
"contributors": [
"Marc-André Arseneault <marcandre.arseneault@me.com> (http://www.arsnl.ca/)"
],
"license": "MIT",
"dependencies": {
"numerizer": "0.0.2"
},
"devDependencies": {
"mocha": "*"
}
}