forked from the-darc/angular-br-filters
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 958 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 958 Bytes
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
{
"name": "angular-br-filters",
"version": "0.3.1",
"description": "An Angular library of masks applicable to several Brazilian data.",
"main": "src/filters.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/the-darc/angular-br-filters.git"
},
"keywords": [
"angular",
"filters",
"cpnj",
"cpf",
"cep",
"phone-number"
],
"authors": [
"Igor Rafael <igor.rafael@gmail.com>",
"Daniel Campos <darc.tec@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/the-darc/angular-br-filters/issues"
},
"homepage": "https://github.com/the-darc/angular-br-filters",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.6.0",
"gulp-uglify": "^1.0.1",
"jshint-stylish": "^1.0.0"
}
}