UNPKG

fixed-or-percent

Version:
52 lines 1.07 kB
{ "name": "fixed-or-percent", "version": "1.0.13", "description": "Get the percent or fixed value.", "main": "lib/index.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/fixed-or-percent.git" }, "keywords": [ "fixed", "percent", "value" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/fixed-or-percent/issues" }, "homepage": "https://github.com/IonicaBizau/fixed-or-percent#readme", "dependencies": { "is-percent": "^1.0.1", "percent-value": "^1.0.0" }, "devDependencies": { "tester": "^1.3.1" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }