forked from assisrafael/angular-input-masks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "angular-input-masks",
"version": "2.1.1",
"description": "Personalized input masks for AngularJS",
"repository": {
"type": "git",
"url": "https://github.com/assisrafael/angular-input-masks.git"
},
"homepage": "http://github.com/assisrafael/angular-input-masks",
"scripts": {
"test": "gulp test",
"prepublish": "gulp build"
},
"keywords": [
"input",
"mask",
"angularjs"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"br-validations": "^0.2.4",
"moment": "^2.8.4",
"string-mask": "^0.2.0"
},
"devDependencies": {
"angular": "~1.3.16",
"angular-i18n": "~1.3.16",
"angular-mocks": "~1.3.16",
"browserify": "^10.2.1",
"browserify-istanbul": "^0.2.1",
"conventional-changelog": "0.0.17",
"express": "^4.8.5",
"gulp": "^3.7.0",
"gulp-bump": "^0.3.0",
"gulp-exit": "0.0.2",
"gulp-git": "^1.1.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.6.1",
"gulp-load-plugins": "^0.10.0",
"gulp-protractor": "~1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"jshint-stylish": "~2.0.0",
"karma": "^0.12.31",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "0.2.6",
"karma-coveralls": "^1.0.1",
"karma-jasmine": "^0.3.5",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"protractor": "^2.0.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"files": [
"src/",
"releases/",
"index.js",
"br.js",
"us.js",
"LICENSE",
"CHANGELOG.md",
"README.md"
]
}