forked from angular-ui/ui-mask
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "angular-ui-mask",
"version": "1.4.7",
"author": "https://github.com/angular-ui/ui-mask/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/angular-ui/ui-mask",
"dependencies": {},
"devDependencies": {
"del": "~1.2.0",
"event-stream": "~3.3.1",
"gesalakacula": "^1.4.0",
"gulp": "~3.9.0",
"gulp-bump": "^0.3.1",
"gulp-concat": "~2.6.0",
"gulp-footer": "~1.0.5",
"gulp-git": "^1.4.0",
"gulp-header": "~1.2.2",
"gulp-jshint": "1.11.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "~2.0.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "~0.5",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.3",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "~0.2.1",
"karma-sauce-launcher": "^0.2.14",
"phantomjs": "^1.9.18",
"run-sequence": "^1.1.2"
},
"scripts": {},
"main": "./dist/mask.js",
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-mask.git"
},
"keywords": [
"angular",
"angular-ui",
"mask"
]
}