forked from assisrafael/angular-input-masks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 KB
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
{
"name": "angular-input-masks",
"version": "1.4.2",
"description": "Personalized input masks for AngularJS",
"main": "releases/angular-input-masks.us.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",
"conventional-changelog": "0.0.17",
"event-stream": "^3.1.7",
"express": "^4.8.5",
"gulp": "^3.7.0",
"gulp-bump": "^0.3.0",
"gulp-changed": "~1.2.1",
"gulp-concat": "^2.3.4",
"gulp-exit": "0.0.2",
"gulp-filter": "^2.0.2",
"gulp-footer": "^1.0.5",
"gulp-git": "^1.1.0",
"gulp-header": "^1.0.5",
"gulp-jshint": "^1.6.1",
"gulp-load-plugins": "^0.9.0",
"gulp-protractor": "~1.0.0",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"jshint-stylish": "~1.0.1",
"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",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"moment": "^2.8.4",
"protractor": "^2.0.0",
"requirejs": "~2.1.10",
"run-sequence": "^1.0.2",
"string-mask": "^0.2.0"
}
}