UNPKG

centimeter

Version:

Convert centimeter to yd, in and ft.

39 lines (38 loc) 626 B
{ "name": "centimeter", "version": "1.0.0", "description": "Convert centimeter to yd, in and ft.", "license": "MIT", "repository": "gillstrom/centimeter", "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" } }