diff --git a/packages/n/num-only.json b/packages/n/num-only.json new file mode 100644 index 000000000..92b912f05 --- /dev/null +++ b/packages/n/num-only.json @@ -0,0 +1,39 @@ +{ + "name": "num-only", + "filename": "num-only.min.js", + "homepage": "https://github.com/juliolmuller/num-only-js", + "description": "Utility function to remove non-numeric characters of input.", + "license": "MIT", + "authors": [ + { + "name": "Julio L. Muller" + } + ], + "keywords": [ + "strip", + "remove", + "extract", + "escape", + "numbers", + "only", + "strings", + "utility", + "utils" + ], + "repository": { + "type": "git", + "url": "https://github.com/juliolmuller/num-only-js" + }, + "autoupdate": { + "source": "npm", + "target": "num-only", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "*.js" + ] + } + ] + } +}