forked from amarkes/br-mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 904 Bytes
/
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
{
"name": "br-mask",
"version": "0.0.9",
"description": "mascara para inputs",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"build": "rm -rf aot dist && npm run ngc",
"submit": "npm run build && npm publish",
"submitGit": "git push --all && git push --tags && npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amarkes/br-mask"
},
"keywords": [],
"author": {
"name": "Antonio Marques",
"email": "tmowna@gmail.com",
"url" : "https://github.com/amarkes"
},
"contributors": [
{
"name": "Daniel Pereira",
"email": "daniel.prr.azevedo@gmail.com",
"url" : "https://github.com/danielprrazevedo"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/amarkes/br-mask/issues"
}
}