wallet-core/node_modules/filename-regex/package.json

51 lines
964 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "filename-regex",
"description": "Regular expression for matching file names, with or without extension.",
2017-05-24 15:10:37 +02:00
"version": "2.0.1",
"homepage": "https://github.com/regexhq/filename-regex",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "regexhq/filename-regex",
2016-10-10 03:43:44 +02:00
"bugs": {
2017-05-24 15:10:37 +02:00
"url": "https://github.com/regexhq/filename-regex/issues"
2016-10-10 03:43:44 +02:00
},
2017-05-24 15:10:37 +02:00
"license": "MIT",
"files": [
"index.js"
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
2016-10-10 03:43:44 +02:00
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
2017-05-24 15:10:37 +02:00
"test": "mocha"
2016-11-03 01:33:53 +01:00
},
2016-10-10 03:43:44 +02:00
"keywords": [
"basename",
"file",
"filename",
"filepath",
"match",
"name",
"path",
"regex",
2017-05-24 15:10:37 +02:00
"regexp",
"regular expression"
],
"devDependencies": {
"gulp-format-md": "^0.1.12"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
2016-10-10 03:43:44 +02:00
}