floating-point-regex
Version:
Regular expression for matching floating-point literals.
52 lines (51 loc) • 1.02 kB
JSON
{
"name": "floating-point-regex",
"description": "Regular expression for matching floating-point literals.",
"version": "0.1.0",
"homepage": "https://github.com/regexhq/floating-point-regex",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "regexhq/floating-point-regex",
"bugs": {
"url": "https://github.com/regexhq/floating-point-regex/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"keywords": [
"floating",
"point",
"regex"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"punctuation-regex",
"whitespace-regex",
"unc-path-regex"
]
},
"lint": {
"reflinks": true
}
}
}