UNPKG

angular-mask

Version:
52 lines (51 loc) 1.36 kB
{ "name": "angular-mask", "version": "1.4.0", "description": "Personalized input masks for AngularJS", "main": "releases/angular-input-masks.min.js", "repository": { "type": "git", "url": "https://github.com/assisrafael/angular-input-masks.git" }, "homepage": "http://github.com/assisrafael/angular-input-masks", "scripts": { "test": "gulp test", "postinstall": "bower install", "postupdate": "bower update" }, "keywords": [ "input", "mask", "angularjs" ], "author": "igor.rafael@gmail.com", "license": "MIT", "dependencies": {}, "devDependencies": { "angular-moment-service": "^0.1.0", "event-stream": "^3.1.7", "express": "^4.8.5", "gulp": "^3.7.0", "gulp-changed": "~0.3.0", "gulp-concat": "^2.3.4", "gulp-exit": "0.0.2", "gulp-filter": "^2.0.2", "gulp-footer": "^1.0.5", "gulp-header": "^1.0.5", "gulp-jshint": "^1.6.1", "gulp-load-plugins": "^0.6.0", "gulp-protractor": "0.0.11", "gulp-uglify": "^0.3.2", "jasmine-core": "^2.2.0", "jshint-stylish": "~0.1.5", "karma": "^0.12.31", "karma-chrome-launcher": "^0.1.7", "karma-coverage": "^0.2.7", "karma-coveralls": "^0.1.5", "karma-jasmine": "^0.3.5", "moment": "^2.8.4", "protractor": "^1.0.0", "requirejs": "~2.1.10", "string-mask": "^0.2.0" } }