{ "name": "parse-unit", "version": "1.0.1", "description": "parses number and unit, '20px' into [20, 'px']", "main": "index.js", "license": "MIT", "author": "Matt DesLauriers ", "dependencies": {}, "devDependencies": { "tape": "~2.13.2" }, "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git://github.com/mattdesl/parse-unit.git" }, "keywords": [ "parse", "number", "string", "str", "split", "unit", "in", "m", "px", "%", "pt", "pc", "em", "deg", "rad", "css", "value" ], "homepage": "https://github.com/mattdesl/parse-unit", "bugs": { "url": "https://github.com/mattdesl/parse-unit/issues" } }