UNPKG

inch

Version:

Convert inch to cm, ft and yd.

39 lines (38 loc) 608 B
{ "name": "inch", "version": "1.0.2", "description": "Convert inch to cm, ft and yd.", "license": "MIT", "repository": "gillstrom/inch", "author": { "name": "Andreas Gillström", "email": "andreasgillstrom@gmail.com", "url": "github.com/gillstrom" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "cm", "centimeter", "in", "inch", "feet", "ft", "metric", "uk", "us", "usa", "yard", "yd" ], "devDependencies": { "ava": "^0.0.4" } }