string-mask
Version:
A string formatter and validator based on masks
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "string-mask",
"version": "0.3.0",
"description": "A string formatter and validator based on masks",
"id": "/string-mask",
"main": "src/string-mask.js",
"repository": {
"type": "git",
"url": "https://github.com/the-darc/string-mask.git"
},
"bugs": {
"url": "https://github.com/the-darc/string-mask/issues"
},
"scripts": {
"test": "gulp test-coverage",
"release": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"keywords": [
"mask",
"formatter",
"string",
"validator",
"validation"
],
"author": {
"name": "Daniel Campos",
"email": "darc.tec@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"gulp": "^3.7.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.9.0",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.1",
"jshint-stylish": "^0.2.0",
"should": "^4.0.1"
}
}