port-validator
Version:
A port number formatting validator.
38 lines (37 loc) • 612 B
JSON
{
"npm": {
},
"github": {
"USER_NAME": "9fv",
"REPO_NAME": "node-port-validator"
},
"sources": {
"path": "lib/",
"pattern": "**/*.js"
},
"tests": {
"path": "test/",
"pattern": "**/*.test.js",
"eslint": {
"options": {
"extends": "airbnb",
"plugins": [
"mocha"
],
"rules": {
"mocha/no-exclusive-tests": "error"
}
}
}
},
"templates": {
"path": ".templates",
"pattern": "**/*.mustache"
},
"gulp": {
"tasks": {
"path": ".gulp/tasks",
"pattern": "**/*.js"
}
}
}