-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "br-masks",
"version": "0.5.0",
"description": "A library of masks applicable to several Brazilian data like I.E., CNPJ, CPF and others",
"id": "/br-masks",
"main": "releases/br-masks.js",
"repository": {
"type": "git",
"url": "https://github.com/the-darc/br-masks.git"
},
"homepage": "http://github.com/the-darc/br-masks",
"bugs": {
"url": "https://github.com/the-darc/br-masks/issues"
},
"scripts": {
"test": "gulp test-coverage",
"release": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"keywords": [
"masks",
"mascara",
"cpf",
"cnpj",
"cnpj base",
"inscrição estadual",
"cep"
],
"author": {
"name": "Daniel Campos",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"string-mask": "^0.3.0"
},
"devDependencies": {
"conventional-changelog": "^1.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "^0.1.4",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.0.5",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.2",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^3.0.1",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"should": "^11.1.1"
}
}